Class: PoisePython::PythonProviders::System

Inherits:
Base
  • Object
show all
Includes:
PoiseLanguages::System::Mixin
Defined in:
lib/poise_python/python_providers/system.rb

Overview

Since:

  • 1.0.0

Instance Method Summary collapse

Instance Method Details

#python_binaryObject

Output value for the Python binary we are installing. Seems to match package name on all platforms I've checked.

Since:

  • 1.0.0



52
53
54
# File 'lib/poise_python/python_providers/system.rb', line 52

def python_binary
  ::File.join('', 'usr', 'bin', system_package_name)
end