[Deployment] 5.3 Operating System Gotchas
in Development on API
Operating System Gotchas
5.4 Operating System Gotchas
Windows Differences and Gotchas 1
- System PATH and PYTHONPATH
- Windows separates directories tith a backslash
Windows Differences and Gotchas 2
- Terminal vs. Command Prompt
- Running Command Prompt as admin
System Path and PythonPath Demo
: 좋은 글이 있어서 이것으로 대체한다.
순서1.
.py
파일이 속한 디렉터리의 절대 경로 순서2. PYTHONPATH 환경 변수(내부 뿐만 아니라 파이썬 코드 밖에서도 sys.path 조작 가능) 순서3. 기본 경로(내장 모듈)