Created
February 27, 2020 16:56
-
-
Save antiboredom/4152ec9001d8b701725551d7edfcb4f8 to your computer and use it in GitHub Desktop.
Createa virtual environment or activate an existing one.
This file contains 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
alias ve="if [ -d venv ]; then source venv/bin/activate; else virtualenv venv -p python3;source venv/bin/activate; fi" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment