Skip to content

Instantly share code, notes, and snippets.

@OtavioBraga
Last active May 10, 2017 14:07
Show Gist options
  • Save OtavioBraga/acac68be4d24ae6b809ef135627f7ba8 to your computer and use it in GitHub Desktop.
Save OtavioBraga/acac68be4d24ae6b809ef135627f7ba8 to your computer and use it in GitHub Desktop.
Script to create a virtualenv with python 3 using virtualenv wrapper
# Você pode colocar o nome que quiser no ambiente :)
mkvirtualenv nome-do-meu-ambiente --python=python3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment