How can I download and install miniconda?

I'm a brand new linux user, so please let me know if I'm missing something super obvious here.

I'm using the newest release of ubuntu, 20 04.

I've tried downloading miniconda from their website (couldn't find it in the software app),and it goes into the downloads folder like I'd expect, but i'm not sure what to do from there. I've opened it a few times but it just opens in text editor.

I've noticed python 3 is already installed somewhere, altough I can't seem to find the acual location. Regarless, I can poen a python shell in the terminal, I'm not sure if already having python would be interfering with anything.

I haven't messed around with the file system much or anything, I've just downloaded gnome tweaks and did a few personalization things.

2

2 Answers

Python 3.7

64 bits

wget

bash Miniconda3-latest-Linux-x86_64.sh

32 bits

wget

bash Miniconda3-latest-Linux-x86.sh

Close your terminal and open again:

conda list
conda init fish

For make update:

conda update conda

You can use the link given below and install the software:

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like