Tagged Questions
1
vote
0answers
246 views
Fix Python sys.path after MacPorts install of Python
So I have reinstalled MacPorts Python. I have port select --set python python27 and which python returns the proper location, i.e., /opt/local/bin. Now, when I import modules in the python ...