LoginSignup
2
0

More than 5 years have passed since last update.

Error: Command '['/home/*/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.

Posted at

問題

python3でvenvができない。

実行コマンド
python3 -m venv py3-flask
実行結果
Error: Command '['/home/*/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.

解決

実行コマンド
python3 -m venv --without-pip py3-flask

出典

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0