R
Robert Hicks
I want to upgrade to 2.5 but I don't see any unistall instructions
anywhere.
Robert
anywhere.
Robert
I want to upgrade to 2.5 but I don't see any unistall instructions
anywhere.
Robert
Robert said:I want to upgrade to 2.5 but I don't see any unistall instructions
anywhere.
Robert
Robert said:... but I don't see any unistall instructions
anywhere.
Robert said:I want to upgrade to 2.5 but I don't see any unistall instructions
anywhere.
I want to upgrade to 2.5 but I don't see any unistall instructions
anywhere.
You're not required to remove the old version before installing the new version.
Just install the new version somewhere like /usr/local and put
/usr/local/bin ahead of your other paths.
Don't do it. OSX uses the shipped version for its own purposes, and
you'll break things if you uninstall it.
Diez
You're not required to remove the old version before installing the new version.
Just install the new version somewhere like /usr/local and put
/usr/local/bin ahead of your other paths.
Can you explain how that works? If you install python in /usr/local,
doesn't that leave you with something like /usr/local/python? So what
does putting usr/local/bin ahead of your other paths do?
Windows allows us to uninstall it. I think the only thing it really
installs is the files, and then it sets the system path, so just
delete the files and change your path. Unfortunately, I do not have a
Mac to test with.
Mike
Shane said:You don't have to uninstall 2.4.4 to use 2.5. Just change where the
symlink points:
shanegeiger@shane-geigers-computer:~\ 14:45:35$ ls -la /usr/bin/python
lrwxr-xr-x 1 root wheel 24 Mar 1 12:48 /usr/bin/python ->
/usr/local/bin/python2.5
shanegeiger@shane-geigers-computer:~\ 14:45:40$
7stud said:Can you explain how that works? If you install python in /usr/local,
doesn't that leave you with something like /usr/local/python? So what
does putting usr/local/bin ahead of your other paths do?
I want to upgrade to 2.5 but I don't see any unistall instructions
anywhere.
In addition, the download notes for the stand alone MacPython 2.5
install say that there aren't as many modules for 2.5 as there are for
the 2.4, which is something you may want to consider.
version in /usr/local bypassing the Apple stuff.
Don't uninstall it.
That's why Apple put python under /Library/Frameworks/
Python.framework/Versions. So you can have multiple versions installed.
/Libary/Frameworks/ is an empty directory(except for . and ..) on my
Mac, and I have 2.3.5 installed somewhere.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.