반응형
error
Error: Command ‘[‘/home/test/env/bin/python3’, ‘-Im’, ‘ensurepip’, ‘–upgrade’, ‘–default-pip’]’ returned non-zero exit status
해결
--without-pip 옵션을 준다.
python3 -m venv 경로명 --without-pip
다른 error
https://24hours-beginner.tistory.com/446
가상환경 / venv 생성
https://24hours-beginner.tistory.com/245
반응형