Skip to content

Instantly share code, notes, and snippets.

@airtonix
Created February 5, 2014 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save airtonix/8835110 to your computer and use it in GitHub Desktop.
Save airtonix/8835110 to your computer and use it in GitHub Desktop.
NodeJs free of virtualenv type tools
# this would go in your ~/.bashrc
PATH=$PATH:./node_modules/.bin/:../node_modules/.bin/
:: This would go in your %CMDER_ROOT%\vendor\init.bat
:: Enhance Path
@set git_install_root=%CMDER_ROOT%\vendor\msysgit
@set PATH=%PATH%;%CMDER_ROOT%\bin;%git_install_root%\bin;%git_install_root%\mingw\bin;%git_install_root%\cmd;%git_install_root%\share\vim\vim73;
@set PATH=%PATH%;.\node_modules\.bin\;
@set PATH=%PATH%;..\node_modules\.bin\;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment