VisualStudioCode1 Python 환경설정 (Git사용) Python 설치 https://www.python.org 설치시 Add python.exe to PATH 옵션 클릭 후 설치 Python과 PIP version 확인 cmd > python --version [Enter] cmd> pip --version [Enter] 2. virtualenv 설치 cmd> pip install virtualenv [Enter] Warning message가 나온것은 Scripts PATH를 추가해 주어야 하기 때문이다. c:\Users.... 폴더를 복사해서 시스템 속성에 붙여넣 주어야 한다. 사용자 환경 또는 버전에 따라 warning message가 나오지 않을수도 있다. 윈도우키+R 열기 > sysdm.cpl [Enter] 환경변수를 열어서 시스템변수의 .. 2023. 3. 14. 이전 1 다음