johnhidey / hdy.brackets-shell

Brackets extension which give you shell access for both Windows and *nix platforms.
MIT License
35 stars 9 forks source link

shell not sourcing (nvm) #49

Open basickarl opened 9 years ago

basickarl commented 9 years ago

Hello! I am trying to invoke the nvm command to change nodejs versions/start/stop etc. The shell doesn't seem to load it for some weird reason.

~> . ~/.nvm/nvm.sh ~> nvm /bin/sh: 1: nvm: not found

I will be adding the lines to my ~/.profile later.

yahyaKacem commented 9 years ago

I have the same problem I'm using:

but I can't find anything:

$ npm -v /bin/bash: npm: command not found $ node -v /bin/bash: node: command not found $ gulp /bin/bash: gulp: command not found $ nvm ls /bin/bash: nvm: command not found $ bower ls /bin/bash: bower: command not found

And when I do echo $PATH I get a reduced $PATH without the node path or any of the others.