I am trying to run this command npm install -g bower
in my python virtual environment that I have my Django project enclosed in, and I end up getting the following error.
-bash: /usr/local/bin/npm: /usr/bin/env: bad interpreter: No such file or directory
My npm file is located at the path above /user/local/bin/npm
, what I am confused about is the bad interpreter bit, My os I am using is OSX Yosemite 10.10.5 if that matters. I have been stuck on this issue for hours combing stack overflow and blogs for the answer any suggestion are appreciated.