Skip to content
Advertisement

Tag: fish

Make python3 as my default python on Mac for Fish shell

Every time I type python into the console it uses Python 2.7. I would like it to use the latest version (I have it installed), Python 3.9. How do I do this using the fish shell (other StackOverFlow talks about for bash)? Answer First, look where it is installed : note the line which ends with python3.9 without anything (as

Advertisement