백엔드/Python 파이썬 설치 경로 찾기 by 작은소행성 2022. 1. 6. 먼저 파이썬 명령어를 칠 수 있도록 한다. python 아래 코드를 작성해서 보면 파이썬 설치경로를 확인할 수 있다. import sys sys.executable 반응형 공유하기 게시글 관리 Small Asteroid Blog '백엔드 > Python' 카테고리의 다른 글 Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager (0) 2022.01.07 pip install *.whl is not a supported wheel on this platform (0) 2022.01.07 [python] Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-6g2r1v6o/gensim/ (0) 2022.01.06 [python] Please use the NLTK Downloader to obtain the resource (0) 2021.11.26 파이썬에서 dataframe to postgresql 저장하기 (0) 2021.11.21 관련글 Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager pip install *.whl is not a supported wheel on this platform [python] Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-6g2r1v6o/gensim/ [python] Please use the NLTK Downloader to obtain the resource