bash: conda: command not found | for SimLord [CLOSED]
1
0
Entering edit mode
3.0 years ago
Anonymous ▴ 10

I am now using an alternative called FASTQC.


I've successfully installed MiniConda and ran its .exe. It established C:/Users/User/miniconda3.

I'm following along with SimLord tutorial, that requires MiniConda.

cding to C:/Users/User/miniconda3 - I run the first command in Bash:

>>>conda create -n simlord python=3 pip numpy scipy cython
bash: conda: command not found

How can I rectify this? Sorry if it's something obvious.

windows bash simlord miniconda • 2.1k views
ADD COMMENT
2
Entering edit mode
3.0 years ago
GenoMax 141k

>>> in your conda line seems to indicate that you have logged into python interpreter. Exit back out to the shell prompt using quit().

I believe that conda offers to modify your $PATH at the end of the installation so the executable is available. Otherwise find where it is located and add that directory to your $PATH.

It appears that you are doing this on Windows due to the C:/ path specification. Certain programs may not be supported on windows though simlord seems to indicate that it may work as long as python3 and other dependencies are available.

ADD COMMENT
0
Entering edit mode
$ quit()
> conda create -n simlord python=3 pip numpy scipy cython

bash: syntax error near unexpected token `conda'
ADD REPLY
1
Entering edit mode

Unclear what you are showing us here. I assume with quit() you are back on the command prompt. Which command prompt is that? Is that from windows or from Windows subsystem for Linux (WSL).

ADD REPLY
0
Entering edit mode

Hi, I am new and unsure of any of this. I have however been successful at installing an alternative called FASTQC, and can open my .fastq file here. Thank you for your responses.

ADD REPLY

Login before adding your answer.

Traffic: 2132 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6