Merge pull request #105 from elf-pavlik/master
added note to README with solution to problem with version of python on some systemsmaster
commit
60892c7b51
|
@ -23,6 +23,7 @@ To download, compile, and install the v0.4.1 release of node, do this:
|
||||||
|
|
||||||
nvm install v0.4.1
|
nvm install v0.4.1
|
||||||
|
|
||||||
|
|
||||||
And then in any new shell just use the installed version:
|
And then in any new shell just use the installed version:
|
||||||
|
|
||||||
nvm use v0.4.1
|
nvm use v0.4.1
|
||||||
|
@ -52,3 +53,8 @@ If you try to install a node version and the installation fails, be sure to dele
|
||||||
Where's my 'sudo node'? Checkout this link:
|
Where's my 'sudo node'? Checkout this link:
|
||||||
|
|
||||||
https://github.com/creationix/nvm/issues/43
|
https://github.com/creationix/nvm/issues/43
|
||||||
|
|
||||||
|
on Arch Linux and other systems using python3 by default, before running *install* you need to
|
||||||
|
|
||||||
|
export PYTHON=python2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue