# workon myenv# cd virtualenv### prefix is required both for compilation and for npm:# export PREFIX=$(pwd)# export NODEVER=0.10.18## wget http://nodejs.org/dist/v${NODEVER}/node-v${NODEVER}.tar.gz# tar -zxf node-v${NODEVER}.tar.gz# cd node-v${NODEVER}# ./configure --prefix=$PREFIX# make && make install## cd ..# rm -rf node-v${NODEVER}# rm node-v${NODEVER}.tar.gz### next, install necessary packages with npm -g:# npm install -g coffee-script### to refresh shell command cache use hash -rfrom https://gist.github.com/max-arnold/6623465
看得透又看得远者prevail. ppt.cc/flUmLx ppt.cc/fqtgqx ppt.cc/fZsXUx ppt.cc/fhWnZx ppt.cc/fnrkVx ppt.cc/f2CBVx
ppt.cc/fVjECx ppt.cc/fEnHsx ppt.cc/fRZTnx ppt.cc/fSZ3cx ppt.cc/fLOuCx ppt.cc/fE9Nux ppt.cc/fL5Kyx ppt.cc/fIr1ax ppt.cc/f71Yqx tecmint.com linuxcool.com linux.die.net linux.it.net.cn ostechnix.com unix.com ubuntugeek.com runoob.com man.linuxde.net ppt.cc/fwpCex ppt.cc/fxcLIx ppt.cc/foX6Ux linuxprobe.com linuxtechi.com howtoforge.com linuxstory.org systutorials.com ghacks.net linuxopsys.com ppt.cc/ffAGfx ppt.cc/fJbezx ppt.cc/fNIQDx ppt.cc/fCSllx ppt.cc/fybDVx ppt.cc/fIMQxx ppt.cc/fKlBax
Total Pageviews
Wednesday, 1 January 2014
安装nodejs到virtualenv中
Labels:
nodejs