I have installed Anaconda 3 but in order to run the Anaconda Navigator each time i have to use the terminal by typing
source anaconda3/bin/activate ~/anaconda3/
and then
anaconda-navigator
Is there a way to create a launcher in the start menu? Thanks in advance
chmod +x filename
and then point to it in the launcher by just writing the path for it. – TheOdd Oct 06 '16 at 16:16