일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 깃헙
- GPU
- terminal command
- 모니터연결
- github
- jekyll
- nightly
- 깃허브
- git command
- 나만의블로그
- 깃헙 토큰
- 구글애널리틱스
- github 블로그
- CUDA
- hydejack
- terminal 명령어
- github.io
- github secret key
- github command
- 깃허브 블로그
- 깃헙 블로그
- 깃허브 토큰
- git 명령어
- 잠자기해제
- github blog
- github token
- sudo pmset -c disablesleep
- python basic
- jekyll theme
- pandas
Archives
- Today
- Total
Tech-Logs of Data-Scientist
맥 pyenv 환경변수 세팅 본문
SMALL
- brew 설치 : google에 brew 설치 후, brew 공식홈페이지 들어가서 설치
- pyenv 설치 : brew install pyenv
- 환경변수 세팅
- 설정해야하는 파일
- vi ~/.bash_profile
- vi ~/.zshrc
- 위의 파일에 아래의 코드 추가
- export PATH="$HOME/.pyenv/bin:$PATH"
- eval "$(pyenv init -)"
- 설정해야하는 파일
- 참조 : https://mizykk.tistory.com/17
반응형
LIST
'Python (Code) > Basic' 카테고리의 다른 글
주피터 노트북에 가상환경 연결하기 (0) | 2023.09.29 |
---|---|
[Python pandas] pandas rename 함수 : DataFrame의 컬럼명을 변경해보자 (0) | 2023.09.09 |
맥북 gpu설정 (0) | 2022.11.05 |
Comments