pipenv run
Spawns a command installed into the virtualenv
Subcommands
Name | Description |
---|---|
command |
Options
Name | Description |
---|---|
--python <py_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) |
-v, --verbose | Verbose mode |
--pypi-mirror <mirror url> | If you would like to override the default PyPI index URLs with the URL for a PyPI mirror |