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 commandpip3
Notes mentioning this note
There are no notes linking to this note.