pipenv shell
Start a shell within the environment
Options
Name | Description |
---|---|
--fancy | Run in shell in fancy mode. Make sure the shell have no path manipulating scripts. Run $pipenv shell for issues with compatibility mode |
--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 |
--anyway | Always spawn a sub-shell, even if one is already spawned |
--pypi-mirror <mirror url> | If you would like to override the default PyPI index URLs with the URL for a PyPI mirror |