Make install failed
Kata-Pa opened this issue · 2 comments
Kata-Pa commented
Hello!
I am working on Ubuntu 16.04.6 and I get an error when I run make install:
test -d venv || virtualenv venv --prompt '(katuali) ' --python=python3
/bin/sh: 1: virtualenv: not found
Makefile:17: recipe for target 'venv/bin/activate' failed
make: *** [venv/bin/activate] Error 127
Any hint what is wrong?
Thank you!
/Katerina
javierblasco commented
Hello @Kata-Pa,
The problem is that you don't have virtualenv (python-virtualenv
). If you install it, the installation should work. Thank you for reporting this, I will update the documentation to make this more clear in the future.
Kata-Pa commented
Ah ok, I am sorry I didnt pay more attention to the error description.
Thank you!
/Katerina