+ 1
DJango website deployment on apache + mod_wsgi + win10
Getting error PYTHONHOME = (not set) PYTHONPATH = (not set) For more details on project structure and configuration check - https://stackoverflow.com/questions/68199691/django-deployment-on-apache24-not-working
1 Resposta
+ 1
Check where your Python package is installed. Add that address to your environment variables. Then will work.
https://superuser.com/questions/143119/how-do-i-add-python-to-the-windows-path
This might be of help.