
However when I try to install virtualenv (pip3 install virtualenv) I get the following error message: I copied my django project to a directory on the server and installed python3.8.6. While doing this (I sure did wrong) I get error messages when trying to configure my django and / or python3.8 application. Python 3.5 is not compatible with my django application.Īs my django application and its dependencies in the local environment run with python 3.8.7, I decided to install python 3.8.6 on the debian server. On the latter, are installed python 2.7 and 3.5. I have just finalized in my local environment (ubuntu 18.04) a django application (3.1.4) that I have to deploy on this debian server. This server runs with apache and nginx in reverse proxy mode.

I have a php application in production hosted on a debian (stretch) server - plesk dedicated server. My subject may not be in the correct category, I apologize in advance.
