Basic Anaconda

le4m·2022년 10월 7일
0

Download Anaconda from this website (link)

In the folder where the install has been downloaded, type the following:

bash Anaconda3-2022.05-Linux-x86_64.sh

Note that in the above command, do not use bash.

Then, just enter and yes for all.

Now initiate conda by

source ~/.bashrc

To prevent the automatic activation of anaconda on start-up, type the following:

conda config --set auto_activate_base false

1개의 댓글

comment-user-thumbnail
2022년 10월 7일
답글 달기