일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Code-coverage
- 개인정보수정
- nginx
- JaCoCo
- python
- NPM
- Coveralls
- Travis CI
- Unit-test
- GIT
- ATOM
- Linux
- javascript
- AWS
- Lodash
- Gitbook
- 인프런
- dict
- primitive type
- java
- RESTful
- sanghaklee
- ubuntu
- REST
- ECMAScript2015
- sinopia
- node.js
- API
- {}
- PowerMock
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