반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- dataframe
- GIT
- c#
- gas
- hive
- Java
- matplotlib
- array
- google apps script
- Github
- django
- 파이썬
- SQL
- Tkinter
- numpy
- Excel
- PySpark
- PANDAS
- math
- Apache
- list
- Google Spreadsheet
- Kotlin
- Mac
- Google Excel
- PostgreSQL
- string
- Redshift
- Python
Archives
- Today
- Total
목록which python (1)
달나라 노트
Python Basic : which python (설치된 Python 경로 확인, Python 위치 확인. Python 경로 확인. Python 설치 경로 확인. pycharm interpreter)
Mac terminal에서 아래 명령어를 사용하면 설치된 python의 경로를 알 수 있습니다. which python -- Result /usr/bin/python -a 옵션을 추가하면 설치된 python들의 경로를 알 수 있습니다. which -a python -- Result /opt/anaconda3/bin/python /usr/bin/python 근데 한 가지 주의할 것은 위 명령어에서 입력한 python은 python2를 의미합니다. python3가 설치된 경로를 알고싶으면 아래처럼 하면 됩니다. which -a python3 -- Result /opt/anaconda3/bin/python3 /usr/local/bin/python3 /usr/bin/python3 /usr/bin/python -..
Python/Python Basic
2022. 2. 16. 21:56