Last active
May 10, 2017 14:07
-
-
Save OtavioBraga/acac68be4d24ae6b809ef135627f7ba8 to your computer and use it in GitHub Desktop.
Script to create a virtualenv with python 3 using virtualenv wrapper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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