On Wed, Feb 27, 2013 at 11:59 PM, Tim Dickinson <[email protected]> wrote: > How would i override PATH so i dont have to set the version for each node > install that i have. > So I could have node 0.6.12 or 0.8.12 or 0.9.12 I dont really want to set > PATH for each version im running. I might have more then one instance of npm > and node running at once. setting 0.6.12 in the PATH might now work when > wanting to run 0.8.12
env PATH=/path/to/old:$PATH /path/to/old/npm install whatever ? -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
