- From the Start Menu, open the Anaconda Prompt.
-
Activate a conda environment that contains an installation of Python by running the following command:
-
Locate the Python interpreter by running the following command:
"python not found" error
If your terminal showspython not found
, your environment might not have Python installed. To resolve this issue:-
Check if Python exists in your environment:
-
If you don’t see Python listed, install it:
-
Verify the installation by locating your Python interpreter:
-
Check if Python exists in your environment:
jsmith
running Anaconda3 on Windows 10:Depending on whether you’ve installed Anaconda or Miniconda, the folder in your home directory might be named one of the following:
anaconda
anaconda2
anaconda3
miniconda
miniconda2
miniconda3