Research (연구 관련)
VIBE 환경세팅
홍돌
2020. 10. 28. 15:04
VIBE에 python virtualenv로 환경세팅을 하려그랬는데, 서버 (우분투16.04)에 python3.7이 없었다.
Ubuntu 16.04에서 Python 3.7 설치
들어가며... django를 사용하려면 Python이 최소 3.7 버전이 설치 되어 있어야 합니다. 하지만 우분투 16.04에서 지원하는 버전은 3.5이기 때문에 추가로 설치를 하여야 합니다. 본인의 PC에 설치되어 있
softwaree.tistory.com
일단 이거 참고해서 python3.7 설치하고,
virtualenv에서 python3.7을 이용할 수 있도록
github.com/pypa/virtualenv/issues/1059#issuecomment-313867040
Error creating virtualenv with python3.6 · Issue #1059 · pypa/virtualenv
Earlier today I installed python3.6 on my debian machine. Python3.6 was made available in buster distribution. When I try to create a virtualenv with python3.6. python3.6 -m venv venv gives the fol...
github.com
여기에 나온대로 해야한다.