Method: PoisePython::Resources::PythonRuntime::Resource#wheel_version

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

#wheel_versionString, Boolean

Version of Wheel to install. It set to true, the latest available version will be used. If set to false, wheel will not be installed.

Returns:

  • (String, Boolean)


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

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