반응형
Mac -- python 3.5 가상환경에서 numpy, scipy, matplotlib, pandas, jupyter 설치하기
환경 : 맥 OS X 10.11 El Capitan, python 3.5.1, pyenv, virtualenv
참고 : http://stackoverflow.com/questions/20612645/how-to-find-the-installed-pandas-version
https://jupyter.readthedocs.io/en/latest/running.html#running
1. http://freeprog.tistory.com/281 를 참고하여 venv35 라는 이름의 가상환경 만든다.
위에서 생성한 venv35 가상환경 실행하기....
2. numpy 설치
3. scipy 설치
4. matplotlib 설치
5. pandas 설치
6. version 확인하기
7. jupyter 설치하기
--> 설치 과정이 길어서 일부만 캡쳐함...
8. jupyter notebook 실행하기
--> Ctrl + C 누르면 종료됨.
반응형
'python' 카테고리의 다른 글
python -- file, 폴더 다루기 (0) | 2017.04.19 |
---|---|
jupyter notebook 사용법 (0) | 2017.04.18 |
python -- Mac 에서 pyenv, virtualenv 설치하기 (0) | 2016.05.02 |
python -- 현재 디렉토리 구하기 (0) | 2015.12.02 |
python -- mac 에서 mysql 연동하기 (0) | 2015.11.09 |