python 설치, visual studio code 설치, numpy,scipy,등 ase-gui설치
2019. 3. 10. 10:26 from Self consistency (비전공자를 위한)/Pythonpython 설치,
powershell에서 python이 실행이 되지 않는다면, "관리자권한으로 powershell실행" 했는지 확인
visual studio code
-plugin python 설치
-open folder에서 모든 프로젝트 관리 가능
-d2coding font 설치
모듈설치
pip -V #구동 확인
sudo apt-get install python-pip #설치
pip를 이용한 모듈 설치 방법
pip install [module_name]
*numpy 등 dll 파일을 필요로 하는경우 다른 방법을 통해..
I need matplotlib, numpy and scipy!!
google: scipy install
ubuntu: package 설치
windows: anaconda 설치
numpy 버전확인으로 설치 확인
import numpy as np
x=np.__version__
print(x)
추가
sudo install apt-get python-tk
ase-gui 설치
sudo apt-get install python-ase
설치확인
ase test #1분정도 걸림