I have recently bought a Chromebook and I am trying to install Anaconda on it.
I have enabled developer mode, and have installed Anaconda following this guide: https://gist.github.com/TomatOid/335f53d72cc3a93022e827d9f650aaa4
In my user
directory, after installation, I can now see anaconda3
directory and inside it, I inside this anaconda3 directory, I have two items: _conda
and instal_tmp
.
But if I run any conda
command, I run into:
bash: conda: command not found
Any ideas where I could have gone wrong, or if conda wasn’t installed properly?
It looks like it has, but base on the above I am not too sure.