macports

pip installs packages successfully, but executables not found from command line

pip installs packages successfully, but executables not found from command line Question: I am working on mac OS X Yosemite, version 10.10.3. I installed python2.7 and pip using macport as done in http://johnlaudun.org/20150512-installing-and-setting-pip-with-macports/ I can successfully install packages and import them inside my python environment and python scripts. However any executable associated with a package …

Total answers: 13

Recompile MacPort's version of MacVim with Python, Ruby & Perl

Recompile MacPort's version of MacVim with Python, Ruby & Perl Question: Linux guy making the switch to Mac (10.8). Because I’m lazy… I used MacPorts to install MacVim. It seemed to install without error. I just need python, ruby and perl support in mvim. $ /opt/local/bin/mvim –version | egrep ‘patches|python|ruby|perl’ Included patches: 1-244, 246-646 +multi_lang …

Total answers: 2

How to: Macports select python

How to: Macports select python Question: When I enter: port select –list python This is the result: Available versions for python: none python25 (active) python25-apple python26-apple python27 python27-apple I thought when I use python I would be using version 2.5. Instead when I enter “python”, version 2.7 seems to be active. How do I change …

Total answers: 5

What is the most compatible way to install python modules on a Mac?

What is the most compatible way to install python modules on a Mac? Question: I’m starting to learn python and loving it. I work on a Mac mainly as well as Linux. I’m finding that on Linux (Ubuntu 9.04 mostly) when I install a python module using apt-get it works fine. I can import it …

Total answers: 13