Method: PoisePython::Resources::PythonRuntime::Resource#pip_version

Defined in:
lib/poise_python/resources/python_runtime.rb

#pip_versionString, Boolean

Note:

Disabling the pip install may result in other resources being non-functional.

Version of pip to install. If set to true, the latest available pip will be used. If set to false, pip will not be installed. If set to a URL, that will be used as the URL to get-pip.py instead of #get_pip_url.

Returns:

  • (String, Boolean)


63
# File 'lib/poise_python/resources/python_runtime.rb', line 63

attribute(:pip_version, kind_of: [String, TrueClass, FalseClass], default: true)