LangProc / langproc-2017-cw

1 stars 4 forks source link

Error in c_translator_formative.sh #11

Closed kyczawon closed 6 years ago

kyczawon commented 6 years ago

When the c_translator_formative.sh is ran on the vagrant virtual machine provided in labs the following error comes up:

python: command not found

We found that the vagrant environment does not have python installed, so the files need to be run using python3. When all occurrences of python in the c_translator_formative.sh file are changed to python3 everything works!

m8pple commented 6 years ago

Thanks - I must have apt-installed without noticing I was doing it.