Je veux créer un Venv avec Python3.8 comme Python3 sur Ubuntu 18.04, j'ai fait:
> Sudo apt install python3.8 python3.8-venv
Maintenant, quand j'essaie:
> python3.8 -m venv env
The virtual environment was not created successfully because ensurepip is not
available. On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.
apt-get install python3-venv
You may need to use Sudo with that command. After installing the python3-venv
package, recreate your virtual environment.
Failing command: ['/home/pushp/vizio-backend/env/bin/python3.8', '-Im', 'ensurepip', '--upgrade', '--default-pip']
Mon application dépend de Python3.8. Qu'est-ce que j'oublie ici?
premièrement: Sudo Pip3 Installez virtualenv puis CD dans le répertoire où vous souhaitez que votre environnement virtuel soit: virtualenv "nom d'env" pour ex: sudo virtualenv myProject-env puis activate: sudo source myProject-env/bin/activer/activer pour vous assurer que que c'est le travail: sudo que python