You are not logged in.

#1 2022-09-10 08:47:32

Bestinbest
Member
Registered: 2020-11-28
Posts: 35

[Solved] Miniconda

Hello everyone,

even if, reading about it on this forum, I understood that you do not recommend to install anaconda, my teacher want us to install it in order for the entire class to have the same installation. So I installed miniconda3 from AUR and the next think he wanted us to do was to create an environment using

conda create etc...

But when I use the command, the system doesn't know what to do :

bash: conda : commande introuvable

I am quite confused here, reading other posts here I thought installing miniconda was a way to be able to use this without having to deal with anaconda and the mess it apparently creates.

I guess there is something I didn't understood quite well, what do I have to do ?

Last edited by Bestinbest (2022-09-10 09:54:37)

Offline

#2 2022-09-10 09:14:51

JoeyCorleone
Member
Registered: 2022-01-22
Posts: 88

Re: [Solved] Miniconda

When installing miniconda3, one of the last install messages tells you how to proceed:

If your shell is Bash or a Bourne variant, enable conda for the current user with

$ echo "[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh" >> ~/.bashrc

 or, for all users, enable conda with

$ sudo ln -s /opt/miniconda3/etc/profile.d/conda.sh /etc/profile.d/conda.sh

Have you executed one of these commands?

Offline

#3 2022-09-10 09:43:47

Bestinbest
Member
Registered: 2020-11-28
Posts: 35

Re: [Solved] Miniconda

Oops, I feel a bit like a fool now, I guess I have to learn to read things.

Thanks a lot.

Offline

#4 2022-09-10 10:07:53

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,783
Website

Re: [Solved] Miniconda

Mod note: moving to AUR Issues


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB