Class: PoisePython::PythonProviders::PortablePyPy
- Defined in:
- lib/poise_python/python_providers/portable_pypy.rb
Overview
Constant Summary collapse
- PYPY_PACKAGES =
{ 'pypy' => %w{2.6 2.5.1 2.5 2.4 2.3.1 2.3 2.2.1 2.2 2.1 2.0.2}, 'pypy3' => %w{2.4 2.3.1}, }
Instance Method Summary collapse
Instance Method Details
#python_binary ⇒ Object
40 41 42 |
# File 'lib/poise_python/python_providers/portable_pypy.rb', line 40 def python_binary ::File.join(pypy_folder, 'bin', 'pypy') end |