Answers for "run anaconda linux"

7

how to open anaconda in terminal

Type this in terminal:
anaconda-navigator
Posted by: Guest on July-27-2020
1

run conda commands on linux

export PATH=~/anaconda3/bin:$PATH
Posted by: Guest on October-06-2021
0

how to run anaconda in terminal

run this command in your terminal: source ~/anaconda3/bin/activate 
after that click enter then put this command to your terminal : anaconda-navigator
Posted by: Guest on July-06-2021

Browse Popular Code Answers by Language