728x90
vmware에 ubuntu 설치
wget이나 curl 로 설치파일 받아올 수 있다고 하는데 나는 403 forbidden 뜨길래 그냥 anaconda 홈페이지에서 sh파일 다운받음
vmware로 넘겨서 설치
실행하고 뭐 동의하고 어쩌고 하면 끝
conda update --all
해서 conda 관련 패키지 모두 업데이트.
conda install tensorflow
conda install keras
conda install hyperopt
끝.
728x90
'Python' 카테고리의 다른 글
jupyter notebook name is not defined (0) | 2019.05.04 |
---|---|
python dataframe 열 삭제, 검색 등 (0) | 2019.05.04 |
jupyter notebook nameerror 문제 변수 셀 넘기기 오류 (0) | 2019.04.15 |
Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library? (0) | 2019.04.08 |
jupyter에서 no module named 'tensorflow' 에러 (0) | 2019.04.07 |