baehsung
(HEE-SUNG BAE)
1
Hi,
I'm trying to install miniconda3 and qiime2 in newly allotted serve of university supercomputer.
Using following commands,
$ wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
$ bash Miniconda3-latest-Linux-x86_64.sh
I successfully downloaded "Miniconda3-latest-Linux-x86_64.sh" and a folder "miniconda3".
However, conda-related commands ( conda env create, conda activate conda) for installing qiime2, are not working, just give only "command not found".
Would you like to tell me what is matter?
Thanks,
Hee-Sung
timanix
(Timur Yergaliyev)
2
Hello!
Did you execute all three commands like that:
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
sh Miniconda3-latest-Linux-x86_64.sh
source ~/.bashrc
It worked for me on HPC
baehsung
(HEE-SUNG BAE)
3
That's work!
Thank you very much for giving solution quickly..
1 Like
system
(system)
Closed
4
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.