I've downloaded Anaconda on Ubuntu 17.10. I can launch it from the terminal using the command anaconda-navigator. It doesn't come launch icon though.
I've looked online, and have gotten to a Launcher Properties app (pictured below), but I must be entering incorrect values into the fields.
Does the terminal command not work as the command in the launcher app? And can the name and comments be anything I desire?
Thank you for your time.
bash -c 'export PATH="/home/user/anaconda3/bin:$PATH" && /home/user/anaconda3/bin/anaconda-navigator'
to command.user
should be your username. – pomsky Apr 21 '18 at 10:49