Could not find conda environment

Hi,
I just started Machine Learning course.
I am facing the following issue while connecting the python web console:
Hi, I am not able to start python3 on Console, giving me error like “Could not find Conda Environment: py36”

Please add anaconda bin to the path using: export PATH=/usr/local/anaconda/bin:$PATH

Here is an example:

[sandeep@cxln4 ~]$ export PATH=/usr/local/anaconda/bin:$PATH
[sandeep@cxln4 ~]$ python
Python 3.6.8 |Anaconda, Inc.| (default, Dec 30 2018, 01:22:34)
[GCC 7.3.0] on linux
Type “help”, “copyright”, “credits” or “license” for more information.

Thanks Sandeep for quick reply:)
by this way, will it install python 2 or 3?

It won’t install. Just it will launch python3 by default when you type python.

1 Like