# create project directory
mkdir ~/project && cd ~/project
# create virtual environment
PIPENV_VENV_IN_PROJECT=true pipenv --three
# check location
pipenv --venv
# output
~/project/.venv
Last active
October 12, 2018 07:52
-
-
Save normoes/8acd22b2ec2b884095bcc3f347b9ece5 to your computer and use it in GitHub Desktop.
Create pipenv virtual env folder in project directory
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment