Skip to content

Instantly share code, notes, and snippets.

@wesinator
Last active September 28, 2023 13:24
Show Gist options
  • Save wesinator/819e0708bf1defac123dd7bfbe61f58a to your computer and use it in GitHub Desktop.
Save wesinator/819e0708bf1defac123dd7bfbe61f58a to your computer and use it in GitHub Desktop.
Generate persistent symlinks for pip bin to pip3.
# ensures python is aliased correctly so `python` command works
# https://askubuntu.com/questions/320996/how-to-make-python-program-command-execute-python-3
sudo apt install python-is-python3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment