I'm new to UNIX. On my Windows work computer I have Anaconda and do a lot of Python work. I installed Anaconda on Ubuntu 14. I would like to type conda
or activate
in a terminal and have those work.
On Windows, the path is modified to include anaconda/scripts
. Should I modify the path to include $home/anaconda/scripts
? If so where and how?
Alternatively should I define a variable like $conda
which would be that path above so in a terminal I could type $conda/conda
? If so where and how?
My home is encrypted. The answer could affect all users or just me, I'm the only user anyways. Thanks
PATH
you may want to study the tutorial EnvironmentVariables. – Gunnar Hjalmarsson Feb 25 '16 at 14:22