Help with Python Programming

Joined
Feb 3, 2008
Messages
7
Reaction score
0
Points
1
I am completely new to programming, so i decided to try out Python, i downloaded the Python 3.1 package, my computer currently has python 2.5. When i do the Updateshell.command. It says that 3.1 has been installed and all but then when i look in terminal it still says 2.5 is the current python release i have. and none of the Programs i write in IDLE will work because i dont have the latest version. ***? how do you update to python 3.1?
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
It's probably installed; check in the following directory: /Library/Frameworks/Python.framework/Versions/. For instance, I have versions 2.6 and 3.0 located here along with the system default 2.5 which is located at /System/Library/Frameworks/Python.framework/Versions/.

Are you trying to use the IDLE version that came with Python 3.1? If so, it should work. What errors are you getting when running the update shell script?
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top