Advertisement
Guest User

profile

a guest
Jul 6th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. # Node path
  2. export PATH=$PATH:/usr/local/bin/node
  3.  
  4. # Global prefixed NPM dir
  5. export PATH=~/npm-global/bin:$PATH
  6.  
  7. # Mongo path - mongodb-linux-x86_64-3.0.2
  8. # export PATH=~/mongodb/bin:$PATH
  9. export PATH=$PATH:/home/ab2qik/mongodb/bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement