I am relatively new to using command line interfaces and trying to change the Path aspect of python. The issue I have is that I seem to have three version of python.
- python 2.7.16
- python 3.10
- python 3.8 (installed with homebrew)
I would like to do 2 things:
- install python 3.8.9 with homebrew
- set python path to be 3.8.9
The issues I have run into are 3.8.9 is not accepted for homebrew when I do
brew install python@3.8.9
And I have tried to follow the directions here but to no avail.
I am using zsh. I have python stored in /usr/bin/python
or python3 folders.