class PoisePython::PythonProviders::PortablePyPy
Public Instance Methods
python_binary()
click to toggle source
# File lib/poise_python/python_providers/portable_pypy.rb, line 34 def python_binary ::File.join(static_folder, 'bin', 'pypy') end
Private Instance Methods
install_python()
click to toggle source
# File lib/poise_python/python_providers/portable_pypy.rb, line 40 def install_python install_static end
uninstall_python()
click to toggle source
# File lib/poise_python/python_providers/portable_pypy.rb, line 44 def uninstall_python uninstall_static end