반응형
python -- 현재 디렉토리 구하기
환경 : python 2.7.9 64bit, windows 7 64bit
참고 : https://docs.python.org/2/library/os.html
https://docs.python.org/2/library/os.html#files-and-directories
>>> import os
>>> os.getcwd()
'C:\\Python27'
반응형
'python' 카테고리의 다른 글
Mac -- python 3.5 가상환경에서 numpy, scipy, matplotlib, pandas , jupyter 설치하기 (0) | 2016.08.18 |
---|---|
python -- Mac 에서 pyenv, virtualenv 설치하기 (0) | 2016.05.02 |
python -- mac 에서 mysql 연동하기 (0) | 2015.11.09 |
jupyter 4.0 설치하기 (0) | 2015.08.16 |
python - postgresql 접속하기 (0) | 2015.05.27 |