Skip to content

Instantly share code, notes, and snippets.

@normoes
Last active October 12, 2018 07:52
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 normoes/8acd22b2ec2b884095bcc3f347b9ece5 to your computer and use it in GitHub Desktop.
Save normoes/8acd22b2ec2b884095bcc3f347b9ece5 to your computer and use it in GitHub Desktop.
Create pipenv virtual env folder in project directory

create venv in project directory

# create project directory
mkdir ~/project && cd ~/project
# create virtual environment
PIPENV_VENV_IN_PROJECT=true pipenv --three
# check location
pipenv --venv
# output
~/project/.venv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment