Score:0

Problem to run "anaconda-navigator"

in flag

I was not able to run the command anaconda-navigator, so I followed the following procedure:

$ source ~/anaconda3/bin/activate root
$ anaconda-navigator

After this, Anaconda Navigator opened, but when I restart the computer, I have to do this again. Is there a way to run it just with the anaconda-navigator command?

Score:0
ca flag

You may add the source ~/anaconda3/bin/activate root command at the end of your ~/.bashrc file so the command will be executed for any new terminal you open.

You can either add it using a text editor (e.g. nano) or by running the following command:

echo "source ~/anaconda3/bin/activate root" >> ~/.bashrc

Then open a new terminal and the root Python environment will be activated, so you will be able to use anaconda-navigator immediately.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.