반응형
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 |
Tags
- PySpark
- django
- Mac
- list
- dataframe
- Github
- matplotlib
- PANDAS
- 파이썬
- string
- Google Spreadsheet
- Java
- google apps script
- math
- PostgreSQL
- gas
- Kotlin
- Python
- Apache
- Tkinter
- numpy
- array
- Redshift
- Excel
- Google Excel
- GIT
- hive
- SQL
- c#
Archives
- Today
- Total
목록conda python (1)
달나라 노트
Python anaconda : anaconda python terminal commands
anaconda python을 사용할 때 Mac terminal에서 사용할 수 있는 여러 가지 command를 알아보겠습니다. conda --version anaconda interpreter의 version을 출력해줍니다. conda list anaconda에 설치된 python library 종류와 각 library의 version 정보를 출력해줍니다. (pip list와 비슷합니다.) conda install library_name conda install -c conda-forge libary_name conda install은 원하는 python library를 설치해줍니다. pip install ~~과 비슷합니다. conda install에 -c conda-forge라는 옵션을 붙인 comma..
Python/Python ETC
2022. 2. 11. 01:53