Ubuntu で python3.6 -m venv がエラーになる場合

2018-08-14 15:45 (5年前) ytyng
View in English
$ python3.6 -m venv venv
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/ubuntu/venv/bin/python3.6', '-Im', 'ensurepip', '--upgrade', '--default-pip']

Ubuntu 14 とか 16 でこんな感じになる時は

$ python3.6 -m venv --without-pip venv

$ source venv/bin/activate
$ python --version

$ curl https://bootstrap.pypa.io/get-pip.py | python

--without-pip でやる

現在未評価
タイトルとURLをコピー

コメント

アーカイブ

2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011