You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
includes command of how to determine current shell name, instead of just saying follow the prompts on the screen, so it is easier to follow for beginner
determine your shell name by
echo $SHELL
add another command to activate miniconda, in case the first command did not work for some user
Miniconda is now installed, but we need to activate it to be able to use it. Use the second command if the first one doesn't work.
source ~/.bashrc
source ~/miniconda3/bin/activate
The text was updated successfully, but these errors were encountered:
Former diblet, current HPCCF admin here. Nowadays on farm, there is a centralized conda installation, so you can skip the installation and channel configuration steps entirely, and just module load conda before moving on to the "Creating an environment" section. We prefer this over users installing their own condas in their home directories.
ctb
changed the title
additional guide and steps to make installing condo more accessible for beginner
additional guide and steps to make installing conda more accessible for beginner
Sep 7, 2023
set up>install conda
the website guideline said:
Miniconda is now installed, but we need to activate it to be able to use it.
an error occured for me
I reread the the prompts on the screen in case I was missing something, then I saw:
I did not know what my shell name is,
but after some googling I got it.
However, although it stated "conda activate base" I am still unable to see the word (base) in front of my prompt
It finally brought me to the base environment when I type in a different command.
suggestion to website:
determine your shell name by
Miniconda is now installed, but we need to activate it to be able to use it. Use the second command if the first one doesn't work.
The text was updated successfully, but these errors were encountered: