일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Gitbook
- PowerMock
- JaCoCo
- API
- node.js
- REST
- ECMAScript2015
- primitive type
- Code-coverage
- RESTful
- ATOM
- python
- dict
- 개인정보수정
- Lodash
- sanghaklee
- nginx
- 인프런
- sinopia
- Travis CI
- ubuntu
- Coveralls
- Unit-test
- NPM
- AWS
- Linux
- {}
- javascript
- GIT
- java
Archives
- Today
- Total
목록PIP (1)
이상학의 개발블로그
[Python] the virtual environment was not created successfully because ensurepip is not available.
$ python --version Python 3.8.0 $ python3 --version Python 3.6.9 한 OS에서 여러 버전의 Python이 설치된 경우 발생함 $ python3.8 -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 instal..
Python
2021. 4. 14. 11:51