is there a recommended install for nvm so all users can use it? i cannot find anything on the web regarding this.
this is what i did
- installed nvm in a common directory
- put the nvm.sh script locationin .profile for all users
- created a nvm/alias directory (nvm complains if this is not here for other users)
then each user must either run "nvm use " or put it in their profile by default
not sure if there is a better way?
thanks