Skip to content

Instantly share code, notes, and snippets.

@wereii
Created February 10, 2020 13:30
Show Gist options
  • Save wereii/02c88cf1d44cea20843f0e394c5ca5df to your computer and use it in GitHub Desktop.
Save wereii/02c88cf1d44cea20843f0e394c5ca5df to your computer and use it in GitHub Desktop.
python3 only aliases
alias python=python3
alias pip="python3 -m pip"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment