Answers for "conda commands linux"

2

conda linux

1) Go to: https://www.anaconda.com/products/individual
2) Copy the link of the desired download
3) In linux terminal: 
wget <link>
Posted by: Guest on February-05-2022
1

run conda commands on linux

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language