Answers for "add anaconda to terminal"

7

how to open anaconda in terminal

Type this in terminal:
anaconda-navigator
Posted by: Guest on July-27-2020
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
0

add anaconda to bash

echo ". ${PWD}/conda.sh" >> ~/.bashrc
Posted by: Guest on December-08-2021

Code answers related to "add anaconda to terminal"

Browse Popular Code Answers by Language