Posted by:
ytyng
3 years, 9 months ago
$ python3.6 -m venv venvThe virtual environment was not created successfully because ensurepip is notavailable. On Debian/Ubuntu systems, you need to install the python3-venvpackage using the following command. apt-get install python3-venvYou may need to use sudo with that command. After installing the python3-venvpackage, recreate your virtual environment.Failing command: ['/home/ubuntu/venv/bin/python3.6', '-Im', 'ensurepip', '--upgrade', '--default-pip']
Ubuntu 14 とか 16 でこんな感じになる時は