PyCharm Edu! Install and Configure Interpreter
It is easier to code, debug and execute code using a good IDE. PyCharm Edu is a good choice, which is free for learning and teaching community. It can be downloaded from the below link, for Mac.
https://www.jetbrains.com/pycharm-edu/download/#section=mac
Step 1: Open PyCharm and create a new project
Step 2: Now, select the project and click on "Preferences" under PyCharm menu bar
Step 3: In the preferences window, under the project created - click on "project interpreter"
Step4: If packages are installed using Conda, choose "Conda Environment". If packages are installed using pip, then choose Virtualenv Environment.
Ensure to check "Make available to all projects" option
Happy coding!!!
One more thing to note is that as and when you install new packages, you need to verify and ensure that the same are added to the interpreter.
https://www.jetbrains.com/pycharm-edu/download/#section=mac
Step 1: Open PyCharm and create a new project
Step 2: Now, select the project and click on "Preferences" under PyCharm menu bar
Step 3: In the preferences window, under the project created - click on "project interpreter"
Step4: If packages are installed using Conda, choose "Conda Environment". If packages are installed using pip, then choose Virtualenv Environment.
Ensure to check "Make available to all projects" option
Happy coding!!!
One more thing to note is that as and when you install new packages, you need to verify and ensure that the same are added to the interpreter.
Comments
Post a Comment