How to import anaconda environment into Pycharm
3103 단어 PycharmInterpreter설정파이썬Anaconda
Installation
I highly recommend you to install 아나콘다 if you want to use Python because you can barely do anything without additional packages. Anaconda has almost everything you would need in one package, so you don't need to wor
Although Anaconda comes with Spyder , a free integrated development environment (IDE) suite for scientific use, you may also want to use Pycharm , which is another very popular IDE for python and other programing langua
My recommendation is to install Anaconda first, followed by importing its environment into Pycharm. But since it's a little tricky to do this, I left this article to remind me or other people how to do it.
First, you have to install Anaconda followed by Pycharm following their instructions. No worries about details, just simply install everything following their instruction which is pretty simple.
Importing Anaconda environment into Pycharm
This is written for Mac OS.
1. Open Pycharm
2. On the menu bar, click PyCharm and open Preferences...
3. On the left column, select ▼ Project: untitled [you may have different name here] > Project Interpreter
4. You may see very few packages are installed.
5. Click the gear wheel icon on the upper right, and click Add...
6. Select Conda Environment on the left column, and select Existing environment on the right part.
7. Click the ... icon and you can specify the location of the interpreter of Anaconda. Select the pythonw.exe file or similar anaconda exe file. If you have installed different version, the install might be different as well.
8. Click OK, and you will see those packages came with Anaconda.
9. Click OK to close the window, and you will be able to use all these packages.
Reference
이 문제에 관하여(How to import anaconda environment into Pycharm), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/li-li-qiita/items/6c059e0efde2a733204d
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
This is written for Mac OS.
1. Open Pycharm
2. On the menu bar, click PyCharm and open Preferences...
3. On the left column, select ▼ Project: untitled [you may have different name here] > Project Interpreter
4. You may see very few packages are installed.
5. Click the gear wheel icon on the upper right, and click Add...
6. Select Conda Environment on the left column, and select Existing environment on the right part.
7. Click the ... icon and you can specify the location of the interpreter of Anaconda. Select the pythonw.exe file or similar anaconda exe file. If you have installed different version, the install might be different as well.
8. Click OK, and you will see those packages came with Anaconda.
9. Click OK to close the window, and you will be able to use all these packages.
Reference
이 문제에 관하여(How to import anaconda environment into Pycharm), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/li-li-qiita/items/6c059e0efde2a733204d텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)