반응형
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
- Kotlin
- Redshift
- PANDAS
- Google Excel
- Google Spreadsheet
- gas
- Excel
- google apps script
- Mac
- GIT
- Tkinter
- list
- string
- hive
- Java
- PySpark
- numpy
- Github
- 파이썬
- array
- django
- Python
- SQL
- PostgreSQL
- math
- matplotlib
- c#
- Apache
- dataframe
Archives
- Today
- Total
목록환경 변수 (1)
달나라 노트
Python os : os.environ (현재 컴퓨터의 환경변수 출력)
os library의 environ은 현재 컴퓨터의 모든 환경 변수를 출력해줍니다. import os print(os.environ) -- Reuslt environ({'PATH': '/Users/test/anaconda3/envs/project_test/bin:/Users/test/anaconda3/condabin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin', 'CONDA_DEFAULT_ENV': 'project_test', 'CONDA_EXE': '/Users/test/anaconda3/bin/conda', 'CONDA_PYTHON_EXE': '/Users/test/anaconda3/bin/python', 'C..
Python/Python os
2023. 7. 7. 01:19