Skip to content

Instantly share code, notes, and snippets.

@minhoryang
Created August 22, 2018 06:27
Show Gist options
  • Save minhoryang/5b3feed0d30905f3e2eff376ecc33e05 to your computer and use it in GitHub Desktop.
Save minhoryang/5b3feed0d30905f3e2eff376ecc33e05 to your computer and use it in GitHub Desktop.
pyenv virtualenv 3.6.2 3.6.2-ProjectNameHere
pyenv local 3.6.2-ProjectNameHere
echo ".python-version" >> .gitignore
pipenv --python 3.6.2
pipenv shell

/Users/minhoryang/.local/share/virtualenvs/byebye-cloudapp-rRyX-IlU/bin/activate

Problem 1. pyenv versions doesn't include byebye-cloudapp-rRyX-IlU

Problem 2. temporary virtualenv??!

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