In the terminal when I type "python3 --version" its still showing the older version of python that was previously installed. Any idea how to fix it?
@unclescandal Жыл бұрын
I have the same issue
@ArmanKhan-xm9ns Жыл бұрын
thank you it was soo usefull👍🏻
@jamespower5165 Жыл бұрын
Wouldn't it be better to uninstall and do a fresh install? People say it causes problems otherwise
@MakeDataUseful Жыл бұрын
Each version will install into its own directory, some of the trickiness comes about with the path environment variable and where your system points when you type python into the terminal. It's not uncommon for folks to have multiple versions of python installed. I currently have 3.8,9,10 and 11 installed when I am helping out with open source testing