Point fish users in the right direction
parent
be56ff3b2e
commit
64b16faf72
|
@ -193,7 +193,7 @@ 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
|
On Arch Linux and other systems using python3 by default, before running *install* you need to
|
||||||
|
|
||||||
export PYTHON=python2
|
export PYTHON=python2
|
||||||
|
|
||||||
|
@ -201,8 +201,13 @@ After the v0.8.6 release of node, nvm tries to install from binary packages. But
|
||||||
|
|
||||||
nvm install -s 0.8.6
|
nvm install -s 0.8.6
|
||||||
|
|
||||||
|
The [Fish] shell cannot run nvm. There exists an outdated but still functional [port to native fish][nvm-fish], or a more recent and simple wrapper:
|
||||||
|
|
||||||
|
https://github.com/passcod/nvm-fish-wrapper
|
||||||
|
|
||||||
[1]: https://github.com/creationix/nvm.git
|
[1]: https://github.com/creationix/nvm.git
|
||||||
[2]: https://github.com/creationix/nvm/blob/v0.23.3/install.sh
|
[2]: https://github.com/creationix/nvm/blob/v0.23.3/install.sh
|
||||||
[3]: https://travis-ci.org/creationix/nvm
|
[3]: https://travis-ci.org/creationix/nvm
|
||||||
[Urchin]: https://github.com/scraperwiki/urchin
|
[Urchin]: https://github.com/scraperwiki/urchin
|
||||||
|
[Fish]: http://fishshell.com
|
||||||
|
[nvm-fish]: https://github.com/Alex7Kom/nvm-fish
|
||||||
|
|
Loading…
Reference in New Issue