Skip to content

Facing a problem : initializing miniconda3 #55

Discussion options

You must be logged in to vote

Hi there.

You could either fully remove the installed miniconda folder and do it again with answering this question with yes, or you could run conda init manually and then restart your bash:

./miniconda3/bin/conda init
bash

Since conda init was not run, the conda command is not yet available since it was not added to your PATH. That is why you need to provide the full path to the conda binary (./miniconda3/bin/conda in this case, please replace with another path, if you have installed miniconda somewhere else).

Hope that helps.
Sebastian

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MuellerSeb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants