I’m having trouble setting up the correct python version for mod_wsgi / django setup.
After numerous bugs I think i’m nearing the end of this tedious setup… I’m trying to run a command from my manage.py file using ./manage.py collectstatic
This is failing because it’s trying to use the Python 2.4 version (I have 2.7 installed as well), I believe the version error only occurs when i manually try and run manage. My django.wsgi file inserts the python 2.7 dir into sys.path
Thanks for your help
python2.7 manage.py collectstaticworked. Thanks to Display Name for the comment