Entering edit mode
2.8 years ago
PROFESOR
•
0
It gives me error when installing samtools I installed
curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
sh Miniconda3-latest-MacOSX-x86_64.sh
conda install -c bioconda samtools
zsh: command not found: conda
javierpalomares@JAVIERs-Air ~ %
You may have to open a new terminal to have the
$PATH
amendment (if you chose to do that) come into play. So that is all that may be needed. Open a new terminal and then tryconda install
. Or try one of the other suggestions.Possible that installing
conda
doesn't automatically add the binary to your PATH. Try running./conda install -c bioconda samtools
from where the binary is located or copying the binary to your PATH.you probably need to add the conda directory to the zsh PATH variable.
Try this:
i'm doing that but it keeps happening
maybe this could help: link
It appears that your
miniconda3
directory may have aj
at the end of it so you will need to modify @andres's command to account for that.Try