Skip to content

Instantly share code, notes, and snippets.

@daninfpj
Created July 14, 2022 22:24
Show Gist options
  • Save daninfpj/9d483ed3945a6558ae47b423e96dd77a to your computer and use it in GitHub Desktop.
Save daninfpj/9d483ed3945a6558ae47b423e96dd77a to your computer and use it in GitHub Desktop.
pyenv setup
pyenv virtualenv 3.7.7 contacts-service
pyenv local contacts-service 3.7.7
pipenv sync -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment