Skip to content

Instantly share code, notes, and snippets.

@a-eid
Created August 7, 2020 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a-eid/3959749209bc43aaa406cc02fbd7f162 to your computer and use it in GitHub Desktop.
Save a-eid/3959749209bc43aaa406cc02fbd7f162 to your computer and use it in GitHub Desktop.
alias venv="python -m venv venv && . venv/bin/activate && pip install --upgrade pip setuptools > /dev/null"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment