

You will be prompted to install packages into this environment. Create the Conda environment named compsci260 using the conda create command.Ĭonda create -name compsci260 python=3.8.5 However, for practicality, we will want to create an environment specifically for this course. With this (base) environment of Python 3, we are ready to build Python 3 projects. Setup a Conda environment for COMPSCI 260 Note that if using the GUI installer, the path will be /Users/compsci260/opt/anaconda3/bin/python. Next, check that the Python path is set to Anaconda’s using the command which python: (base ) $ which python We can check this with the command python -version: (base ) $ python -version

Which means that the current Python version should be set to Python 3.

The (base) indicates the current Python environment is currently set to the base environment installed with Anaconda/Conda. Your terminal output should look similar to the following (base ) $ conda -version Once installed, open a terminal window and test that Anaconda and Conda was installed correctly by entering the command conda -version.

These directions will guide you through the installation of Python 3 using Anaconda, an installation of the P圜harm IDE, and the creation and editing of a “Hello World!” project in P圜harm. Directions for setting up Anaconda Python and P圜harm IDE
