Python Apache problem

Joined
Jul 12, 2010
Messages
1
Reaction score
0
Points
1
Hi,
I have a problem understanding how the Python installations on my Macbook are working.

When I run Python programs from Terminal window, they are using this Python:
/Library/Python/2.6/

When I type "which python" it shows:
/usr/bin/python

When I run Python scripts in browser (.py scripts) the errors show that Apache is trying to use this python:
/Applications/MAMP/python/framework/Python.framework/Versions/2.6/lib/python2.6/

By the above, you would have realised that I have MAMP installed.
I have also installed SPMPT on top of MAMP (this installs the mod_python for MAMP and also comes with its own python)

So, my question is, whats going on here? and How can I easily tell Apache which Python to use while executing Python scripts in browser and visa versa, how can I configure Terminal and tell it to use a specific Python installation on my computer.

My ideal solution would be, terminal start using the same python that my Apache is using.

Looking forward to your answers.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top