Skip to content

Instantly share code, notes, and snippets.

@Sigmanificient
Last active August 29, 2021 16:17
Show Gist options
  • Save Sigmanificient/ecb234a69880de6265518b6d59425b3e to your computer and use it in GitHub Desktop.
Save Sigmanificient/ecb234a69880de6265518b6d59425b3e to your computer and use it in GitHub Desktop.
Adding pipenv
pip install pipenv :: Install pipenv
cd your_project :: Going to your project
pipenv shell :: Initializing and entering shell
pipenv install %1 :: install any package in your isolated env now
pip freeze :: This will show pipenv's modules if shell is activated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment