반응형
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
- Tkinter
- hive
- c#
- Google Excel
- Apache
- dataframe
- SQL
- PostgreSQL
- matplotlib
- Excel
- gas
- Github
- Redshift
- Python
- PANDAS
- Kotlin
- django
- Java
- list
- PySpark
- math
- array
- string
- Google Spreadsheet
- 파이썬
- Mac
- numpy
- google apps script
- GIT
Archives
- Today
- Total
목록환경변수설정 (1)
달나라 노트
Mac : Mac OS에서 환경변수 조회/설정하기 (Checking & Setting environment variable in Mac OS. vim editor. vi editor)
환경변수 조회하기 Mac OS에서 환경변수를 조회하기 위해서는 terminal에서 env라는 글자를 입력하면 됩니다. [Terminal] $ env ... ... ... 위 예시에서 출력된 내용은 ...으로 지웠지만 위처럼 env라는 명령어를 이용해서 현재 설정된 환경변수들의 내용을 출력할 수 있습니다. 환경변수 등록하기 [Terminal] $ cd ~ 먼저 cd 명령어를 이용해 root directory로 이동합니다. [Terminal] $ vim .bash_profile vim editor로 .bash_profile을 열어서 원하는 환경변수를 입력해줍시다. 저는 test_env라는 변수에 'apple'이라는 글자를 할당했는데 그럴려면 아래처럼 입력하면 됩니다. export test_env="apple..
Mac
2021. 5. 11. 13:43