pipenv shell

Start a shell within the environment

Options

NameDescription
--fancyRun 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
--threeUse Python 3 when creating virtualenv
--twoUse Python 2 when creating virtualenv
--anywayAlways 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