'make' is not recognized as an internal or external command, operable program or batch file.
1
0
Entering edit mode
3.8 years ago

Hello I am trying to run the biostars forum example. I have followed all the required steps https://github.com/ialbert/biostar-central but I get an error on

make forum demo

'make' is not recognized as an internal or external command,
operable program or batch file.

What is/ how do I install the required library?

software error • 11k views
ADD COMMENT
0
Entering edit mode

are you running this command inside bash ? I suspect you're just using the windows prompt.

ADD REPLY
0
Entering edit mode

I am running it in the anaconda window. Can you only run this on Linux?

ADD REPLY
0
Entering edit mode
3.8 years ago

You would need to be running this in a Unix shell, all instructions refer to that environment.

You can install the Linux Subsystem on Windows and run it through that.

That being said, the code (in general) should run fine on Windows as well since Python is the only requirement. In that case, you would need to run it as a standard Django application. Look inside the Makefile for the specific commands. The Makefile is there just for convenience.

(This post could be considered off-topic as it is not about bioinformatics, next time you might want to open an issue in the tracker)

ADD COMMENT

Login before adding your answer.

Traffic: 1595 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