Class: PoisePython::Resources::PipRequirements::Resource
- Inherits:
-
Chef::Resource
- Object
- Chef::Resource
- PoisePython::Resources::PipRequirements::Resource
- Includes:
- PythonCommandMixin
- Defined in:
- lib/poise_python/resources/pip_requirements.rb
Overview
A pip_requirements resource to manage Python virtual environments.
Instance Attribute Summary collapse
-
#path ⇒ String
Path to the requirements file, or a folder containing the requirements file.
Instance Attribute Details
#path ⇒ String
Path to the requirements file, or a folder containing the requirements file.
45 |
# File 'lib/poise_python/resources/pip_requirements.rb', line 45 attribute(:path, kind_of: String, name_attribute: true) |