How to Set Up Python Aliasing In the Command Line 🌱

In your .zshrc file you need to put the lines:

alias python=/usr/local/bin/python3

  • sets the command python to be the same thing as running the command ``/usr/local/bin/python3`

alias pip=pip3

  • sets the command pip to be the same thing as running the command pip3

Notes mentioning this note

There are no notes linking to this note.


Here are all the notes in this garden, along with their links, visualized as a graph.