We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 2
Installation of Anaconda in
Linux
i) First Download the file Anaconda in linux
platform ii)The Downloaded file will be present in the Downloads folder iii) Then Open the Terminal iv) In terminal Write cd Downloads v) Write ls after cd Downloads .The file which you have downloaded will come in this format in the list :-Anaconda3-2022.10-Linux-x86_64.sh vi) Then write bash ./Anaconda3-2022.10-Linux- x86_64.sh vii) Press Enter until yes no option is coming viii) Type Yes and let it continue the process ix) Close the Terminal x) Open the Terminal Again xi) Write conda init xii)Then Write anaconda-navigator xiii)Press Enter xiv) Then clear the Terminal xv) Try and write ipython xvi) Use the ipython xvii)Exit the process after use xviii)Note that everytime we open the terminal it is automatically in “base” mode. To normalize in initial mode Type conda config –set auto_activate_base False xvi) Then write conda deactivate xvii) When you have to start write conda activate and then anaconda-navigator