Answer the question
In order to leave comments, you need to log in
How to change python version?
Hello, how can I change the version of the python interpreter in apache?
Here is the apache config
Alias /static /home/myprojectname/static
<Directory /home/myprojectname/static>
Require all granted
</Directory>
<Directory /home/myprojectname/myprojectname>
<Files wsgi.py>
Require all granted
</Files>
</Directory>
WSGIDaemonProcess myprojectname python-path=/home/myprojectname:/home/myprojectnameenv/lib/python3.4/site-packages display-name=%{GROUP}
WSGIProcessGroup myprojectname
WSGIScriptAlias / /home/myprojectname/myprojectname/wsgi.py process-group=myprojectname
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question