News

Hello everyone, Is it possible to install python on Mac OS without the need of conda, pyenvy, and home-brew? Will having python installed without some type of virtual environment effect anything ...
I've never really had much trouble with Python on Mac, except when involving modules swigged from certain mostly-linux-only friendly libraries (openhpi >_< i fucking hate you, libtool).
When you install Python on Mac, the system adds it to your path by default. If you can't run your Python commands from the terminal, something may have gone wrong during the installation process ...