Sha256: fe2950bd38c5cf4ef862731459d2ae68d8e97ce2a58275180cbb0d953fc5d868
Contents?: true
Size: 728 Bytes
Versions: 22
Compression:
Stored size: 728 Bytes
Contents
# Pip The pip source uses `pip` CLI commands to enumerate dependencies and properties. It is expected that `pip` is available in the `virtual_env_dir` specific directory before running `licensed`. A `virtualenv` directory is required before running `licensed`. You can setup a `virtualenv` by running the command: ``` virtualenv <your_venv_dir> ``` _note_: `<your_venv_dir>` path should be relative to the repository root or can be specified as an absolute path. #### virtual_env_dir (Required) The `pip` command will be sourced from this directory. You have to add this setting to your licensed configuration file. An example usage of this might look like: ```yaml python: virtual_env_dir: "/path/to/your/venv_dir" ```
Version data entries
22 entries across 22 versions & 1 rubygems