Please bear with me -- I just got my first Mac ever yesterday. It's been a few years since I used FreeBSD, and am habituated to Ubuntu. Anyway of course the first thing I wanted to do was install my favorite bittorrent client, Deluge. Apparently on a Leopard machine in order to do this you need to install X11, xcode tools, and MacPorts (which has its own bug & workaround) first.
I think I've got it. Now getting back to the Deluge install instructions, for Mac the main page reads as follows:
OS X
OS X port is provided by the good folks over at Mac Ports
Once Mac Ports is installed, you then install Deluge by simply:
sudo port selfupdate
sudo port install python_select
sudo python_select python25
sudo port install deluge
Yet I'm running into this curious error on the third step.
Code: Select all
~(me)$ sudo python_select python25
version "python25" is invalid!
Any suggestions? I really don't know what to make of this, and the other Leopard install errors don't seem to be related to this one.