#Install Python Macports Package_Management
Explore tagged Tumblr posts
telcode2 ยท 3 years ago
Text
Apple - Using pip vs. MacPorts for installing Python packages
Apple - Using pip vs. MacPorts for installing Python packages
You should use pip because it's the Python-native tool for managing package installations but you shouldn't pip-install things into your base Python installation. It can be a mess to have to sort out fixed version dependencies between multiple software repositories if you're pip-installing everything into your base Python installation on your machine.
https://telcode.net/p27/apple-using-pip-vs-macports-for-installing-python-packages
0 notes