Skip to content

Instantly share code, notes, and snippets.

@joona
Created November 14, 2012 22:09
Show Gist options
  • Select an option

  • Save joona/4075191 to your computer and use it in GitHub Desktop.

Select an option

Save joona/4075191 to your computer and use it in GitHub Desktop.
Recipe for success with NVM on CentOS with default Python 2.4 and Python 2.6 installed.
# add these modifications to your path
export PATH="$HOME/bin:$PATH"
# activate NVM
. ~/.nvm/nvm.sh
$ git clone git://github.com/creationix/nvm.git ~/.nvm
$ mkdir ~/bin
$ cd ~/bin
$ ln -s /usr/bin/python26 python
$ bash
$ nvm install v0.8.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment