Skip to content

Instantly share code, notes, and snippets.

@georgepadayatti
Created April 11, 2023 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save georgepadayatti/ea4216fa3ac12b6f0e8966283ebf1fbf to your computer and use it in GitHub Desktop.
Save georgepadayatti/ea4216fa3ac12b6f0e8966283ebf1fbf to your computer and use it in GitHub Desktop.
Setup Pipenv in project path

Setup Pipenv in project

Add the following to the ~/.zshrc file

export PIPENV_VENV_IN_PROJECT=1

Create an empty .venv folder in the project path

mkdir .venv

Create an empty Pipfile in the project path

touch Pipfile

Initialise and activate a shell

pipenv shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment