-
[OpenAI] 파이썬 가상환경 설정카테고리 없음 2020. 2. 25. 18:34
1. 아나콘다 네비게이터
아나콘다 네비게이터를 이용하면 가상환경을 쉽게 만들 수 있습니다.
(터미널로 command를 이용해서 간단히 만들 수도 있지만. ^^ )
꼭 컴퓨터 전공자나 관련 전문 지식이 없어도, 쉽게 프로그램 개발에 도전할 수 있도록 많이 바뀌는 것 같아요
1) Anaconda Navigator 설치
- 아래 URL에 접속해 주세요.
- 자신에게 맞는 OS를 선택해서 설치를 해주시면 됩니다.
https://www.anaconda.com/distribution/
Anaconda Python/R Distribution - Free Download
Anaconda Distribution is the world's most popular Python data science platform. Download the free version to access over 1500 data science packages and manage libraries and dependencies with Conda.
www.anaconda.com
2) 아나콘다 네비게이터 실행
[Environment] 선택
[create] 버튼 클릭
원하는 가상환경 이름 선택 [예: drlnd03]
파이썬 버전 선택 [예: 3.7] / R은 선택하지 않아도 됩니다.
2. 파이참
1) 파이참 설치
https://www.jetbrains.com/ko-kr/pycharm/
PyCharm: the Python IDE for Professional Developers by JetBrains
The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more...
www.jetbrains.com
2) 파이참을 실행하고, 파일을 엽니다.
3) 아나콘다에서 만든 가상환경을 불러옵니다.
[File] > [Other settings] > [Preference for New projects .. ] > [Project interpreter] > 선택
[Run] > Edit configuration .. > interpreter 선택
3. ml agent error
애드센스 -