python venv error (1) 썸네일형 리스트형 [Python] python3 -m venv .venv error (feat. ubuntu) error 아래 처럼 venv로 가상환경을 만드려고 했는데 에러가 났다. root:/test# python3 -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 install python3.8-venv You may need to use sudo with that command. After installing the python3-venv package, recreate your virtua.. 이전 1 다음