Method: PoisePython::Resources::PythonRuntime::Resource#virtualenv_version
- Defined in:
- lib/poise_python/resources/python_runtime.rb
#virtualenv_version ⇒ String, Boolean
Note:
Disabling the virtualenv install may result in other resources being non-functional.
Version of Virtualenv to install. It set to true, the latest
available version will be used. If set to false, virtualenv will
not be installed. Virtualenv will never be installed if the built-in
venv module is available.
78 |
# File 'lib/poise_python/resources/python_runtime.rb', line 78 attribute(:virtualenv_version, kind_of: [String, TrueClass, FalseClass], default: true) |