--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 [command] | 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 <command> | Specify a PyPi mirror |
--version | View your current pipenv version |
-h,--help | List commands |