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?
1 answer
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)
Log in to answer this question.
are you running this command inside
bash? I suspect you're just using the windows prompt.I am running it in the anaconda window. Can you only run this on Linux?