|
After running the installer (great job btw, the installers really make things easy), i made a bare-bones Django app to setup the static stuff, etc. Anyway, the installer message said it would install python2.7, and apache/wsgi, but i can't find the python executable it said it installed. On my site I output the python version info (sys.version_info) and path to executable (sys.executable), and it says it's python 2.7, and the executable lives in /usr/local/bin/python ... however, when I SSH into the server and run /usr/local/bin/python to start an interactive prompt, it's using python 2.4. thanks in advance for you help :) |