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.
22 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 fishFor make update:
conda update conda You can use the link given below and install the software:
1