Ok a short question:
Is there any SIMPLE software with a GUI, that lets me manage my pythonpath, path python version in mac?
So I could set my Python, pythonpath and python version i want to use.
Thanks!
@ katrielalex and S.Lott :
I had a very nightmare with installing modules in python and as pointed out correctly in another question the reason is that I have a Mac with 2 Pythons installed:
One preinstalled by Apple in /usr/bin One from python.org in /Library/Frameworks/Python.framework/Versions/x.y
So now every time I hit easy_install It installs it to Apples pre installed.
And I really came close to the solution, but now I figured out (again!) it wont work.
I just would like to have a simple solution. Where I can say:
- Which is my main python I am using (.org or buildin). The one that if I run any code will be used.
- Be able to tell easy_install where to install my modules (preferably in both, just in case)
Thats why a texteditor did not work for me until now.
And I really like python, but got really, really annoyed by dealing with that basic problem every time.
If you could tell me step-by-step explanation what I have to do to achieve this. This would be a great day in my year.
Thanks again!