pipenv
Python package manager
Subcommands
Name | Description |
---|---|
check | Checks for PyUp Safety security vulnerabilities and against PEP 508 markers provided in Pipfile |
clean | Uninstalls all packages not specified in Pipfile.lock |
graph | Displays currently-installed dependency graph information |
install | Initializes a package manager or installs all packages from Pipfile |
lock | Generates Pipfile.lock |
open | View a given module in your editor |
run | Spawns a command installed into the virtualenv |
scripts | Lists scripts in current environment config |
shell | Start a shell within the environment |
sync | Installs all packages specified in Pipfile.lock |
uninstall | Uninstalls a provided package and removes it from Pipfile |
update | Runs lock, then sync |
Options
Name | Description |
---|---|
--where | View project home information |
--venv | View virtualenv information |
--py | View python interpreter information |
--envs | View environment variable options |
--rm | Remove the virtualenv |
--bare | Minimal output |
--completion | Output completion (to be executed by shell) |
--man | Display manpage |
--support | View diagnostic information for use in GitHub issues |
--site-packages | Enable site-packages for the virtualenv [env var: PIPENV_SITE_PACKAGES] |
--no-site-packages | Enable site-packages for the virtualenv [env var: PIPENV_SITE_PACKAGES] |
--python [version] | Specify which version of Python virtualenv should use |
--three | Use python 3 when creating virtualenv |
--two | Use python 2 when creating virtualenv |
--clear | Clears caches (pipenv, pip, and pip-tools). [env var: PIPENV_CLEAR] |
-v, --verbose | Verbose mode |
--pypi-mirror <mirror> | Specify a PyPi mirror |
--version | View your current pipenv version |
-h, --help | List commands |