반응형
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 |
Tags
- google apps script
- Apache
- django
- list
- Java
- Kotlin
- gas
- PostgreSQL
- SQL
- hive
- Google Excel
- GIT
- c#
- Python
- numpy
- Mac
- PANDAS
- Tkinter
- array
- Github
- Redshift
- matplotlib
- 파이썬
- PySpark
- string
- Google Spreadsheet
- Excel
- dataframe
- math
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