Closed gaining closed 6 years ago
I got the error below after executing the command.
virtualenv --python=which python2 python | head -n 1 --no-site-packages ./local /bin/sh: 1: virtualenv: not found Makefile:22: recipe for target 'local/COMPLETE' failed make: *** [local/COMPLETE] Error 127
which python2 python | head -n 1
This is on a debian 9 arm64 machine.
Building it from source didn't work but the docker way did.
I got the error below after executing the command.
virtualenv --python=
which python2 python | head -n 1
--no-site-packages ./local /bin/sh: 1: virtualenv: not found Makefile:22: recipe for target 'local/COMPLETE' failed make: *** [local/COMPLETE] Error 127This is on a debian 9 arm64 machine.