I am reproducing an NLP paper and I need to get evennia working on Windows 10, with Python 2.7. I cloned this repo and followed the instructions but cant start servers with start.sh 1, as it runs a shell script and Git Bash does recognize the evennia command, which is needed for the script, for some reason. In other words:
- The windows command prompt recognizes the evennia command just fine
- However Git Bash does not: I get this error:
bash: evennia: command not found
In conclusion, how can I get bash to recognize the 'evennia' command, like the windows command prompt does?
pip install -e .and got no errors? Because looking at the start.sh script, you'll get that error on Linux as well if the install wasn't done