코딩 연습장/Python
Python 설치해보기
Do아
2021. 4. 24. 14:11
728x90
2021/04/19(월)
파이썬 설치하기
설치후 close!
그 후 파이썬을 좀 더 쉽게 쓸 수 있는 anaconda설치
www.anaconda.com/products/individual
Anaconda | Individual Edition
Anaconda's open-source Individual Edition is the easiest way to perform Python/R data science and machine learning on a single machine.
www.anaconda.com
64비트 윈도우로 설치
다음눌러서 설치
설치완료 후 프롬프트창
C: 밑에 Anaconda파일 하나 만들어주고
프롬프트 실행
cd /
--> C:밑에 들어가주고
jupyter notebook --notebook-dir="C:Ananconda"
-->입력하여 파이썬 켜기
new에서 python3 클릭하여 새파일 만들기하면 완료
728x90