+2 votes
in General IT Tips by (73.8k points)
I had installed Anaconda on my Linux machine a few months ago. Now I want to update it to the latest version. How can I update Anaconda to the latest version?

1 Answer

+2 votes
by (348k points)
selected by
 
Best answer

To update Anaconda to the latest version, run the following commands on the terminal.

1. conda update -n base conda 

2. conda update anaconda

Related questions

+1 vote
1 answer
+4 votes
1 answer
+4 votes
1 answer
asked Nov 16, 2021 in Operating Systems by kush (40.5k points)
+4 votes
1 answer

...