OPERATING SYSTEMSOS Linux

Install , Configure and Run Anaconda in any Linux Machine | Anaconda installation problem SOLVED

This tutorial shows you how to install anaconda in a linux environment

One-on-one coaching (video conferencing)
________________________________________________________________________________________________
https://calendly.com/bioinformaticscoach

One-on-one coaching (Audio call)
________________________________________________________________________________________________
https://clarity.fm/vincentappiah

Get more bioinformatics tutorials on Patreon
________________________________________________________________________________________________
https://www.patreon.com/bigdataanalytics

Subscribe to my channels
________________________________________________________________________________________________
Bioinformatics: https://www.youtube.com/channel/UCOJM9xzqDc6-43j2x_vXqCQ
Data Science: https://www.youtube.com/channel/UC3bjbWYK7S_FLW0y0Ux4tyQ
Short Clips: https://www.youtube.com/channel/UCrJE3zmKNdkmPsh_6TIPIIg

Support my work
________________________________________________________________________________________________
https://www.buymeacoffee.com/informatician
https://www.paypal.com/paypalme/theinformatician?country.x=DE&locale.x=en_US

Reach out
________________________________________________________________________________________________
bioinformaticscoach@gmail.com

Materials
________________________________________________________________________________________________

Download anaconda from here
https://www.anaconda.com/products/distribution

Book a Session
________________________________________________________________________________________________
https://clarity.fm/vincentappiah
Reach out
________________________________________________________________________________________________
bioinformaticscoach@gmail.com

Here are some useful videos
________________________________________________________________________________________________

#anaconda3 #anaconda

Some conda commands

conda –config
conda config
conda create
conda install
conda env list
conda create env
conda create environment
conda activate
conda deactivate

#Python #Linux #Anaconda #Bioinformatics #DataScience

source

by Bioinformatics Coach

linux download

41 thoughts on “Install , Configure and Run Anaconda in any Linux Machine | Anaconda installation problem SOLVED

  • That´s Greatt!! But I hoped to see some package of Anaconda running. I mean, Spyder, Jupyter etc.

  • thank you very much that was clear and straightforward

  • Thank you so much for this wonderful tutorial.

  • thank you for your wonderful video along with the superb explanation but I got error after installing conda it showed that the conda command not found. plz, help to sort out this problem. most of the students are facing this problem.

    conda config –set auto_activate_base false
    conda: command not found

  • thx, I was having trouble on my ec2 instance!

  • I was also getting 'command not found' after successful installation.
    source ~/.bashrc
    worked to solve the issue.
    Btw thank you for this helpful video.

  • Simple and clear explanation – Thanks buddy!

  • i had to uninstall after installing because i accidentally closed my browser after it installed but never got to initialize. Now when i do the ./Anaconda3-2022… command, I get permission denied. Can someone help me please?

  • Thanks very much!!!!! Please more videos about bioinformatics…

  • Thanks a lot! Loved this guide! – used it for aws linux, with some tweaks I got there! Thanks!

  • Very clear coherent simple to follow tutorial. Thanks a lot!

  • Why when I install anaconda successfully, I use conda config –set auto activate base false it shows conda: command not found? What should I do?

  • After "Thank you for installing Anaconda3!" I see the following error "./Anaconda3-2021.11-Linux-x86_64.sh: 516: ./Anaconda3-2021.11-Linux-x86_64.sh: Syntax error: "(" unexpected (expecting ")")" can you help

  • What are the commands to install the various tools available on Anaconda? For ex, I need to install numpy, pandas, matplotlib, seaborn and jupyter.

  • An actual clear and concise solution … THANKS!

  • conda config –set auto_activate_base false GIVING ERROR AS conda: command not found

  • After copy pasting it shows conda command not found

  • i got :./Anaconda3-2021.11-Linux-x86_64.sh: 489: [[: not found
    no change /home/rad/anaconda3/condabin/conda
    no change /home/rad/anaconda3/bin/conda
    no change /home/rad/anaconda3/bin/conda-env
    no change /home/rad/anaconda3/bin/activate
    no change /home/rad/anaconda3/bin/deactivate
    no change /home/rad/anaconda3/etc/profile.d/conda.sh
    no change /home/rad/anaconda3/etc/fish/conf.d/conda.fish
    no change /home/rad/anaconda3/shell/condabin/Conda.psm1
    no change /home/rad/anaconda3/shell/condabin/conda-hook.ps1
    no change /home/rad/anaconda3/lib/python3.9/site-packages/xontrib/conda.xsh
    no change /home/rad/anaconda3/etc/profile.d/conda.csh
    no change /home/rad/.bashrc
    No action taken.
    If you'd prefer that conda's base environment not be activated on startup,
    set the auto_activate_base parameter to false:

    conda config –set auto_activate_base false

    Thank you for installing Anaconda3!
    ./Anaconda3-2021.11-Linux-x86_64.sh: 516: Syntax error: "(" unexpected (expecting ")")
    any idea what this means?

  • i keep on getting the error ./Anaconda3-2021.11-Linux-x86_64.sh: 516: Syntax error: "(" unexpected (expecting ")") after running conda innit. What should i do?

  • thank you very informative but can you please tell me how to how to delete conda channels

  • I am having issue when I give "yes" for initialize Anaconda3. I get the following error. Please help. Thanks.
    Do you wish the installer to initialize Anaconda3

    by running conda init? [yes|no]

    [no] >>> yes

    ./Anaconda3-2021.11-Linux-x86_64.sh: 489: [[: not found

  • Wonderful Tutorial, really insightful. I have a quetion though, is there a disadvantage to deactivating the base?

  • please help after installing conda I want to remove the behavior so I copied that command and pasted it and it shows conda: command not found

Comments are closed.