If I am on a debian based system and using python and I want to update some modules, there is a feature of python called 'python-support'. I can install it by
sudo apt-get install python-support
I can't manage to find it anywhere for mac, and I have attempted to install it using mac ports via the ...
sudo port install python-support
... command. I can't seem to find it anywhere on the web.
In Debian the equivalent of what I am trying to do is as follows:
update-python-modules <module-name>
There are two answers that would help. Either
- How could I install python-support on Mac / where to find it?
- What is an equivalent command to update-python-modules ?
Many thanks in advance. And yes, I have Googled extensively :-)