From 64b16faf727183c6c9d224592a035b05c7b58b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Saparelli?= Date: Sun, 8 Feb 2015 11:05:21 +1300 Subject: [PATCH 1/2] Point fish users in the right direction --- README.markdown | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index debb5fe..548d4af 100644 --- a/README.markdown +++ b/README.markdown @@ -189,11 +189,11 @@ If you try to install a node version and the installation fails, be sure to dele curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume. -Where's my 'sudo node'? Checkout this link: +Where's my 'sudo node'? Check out this link: 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 @@ -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 +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 [2]: https://github.com/creationix/nvm/blob/v0.23.3/install.sh [3]: https://travis-ci.org/creationix/nvm [Urchin]: https://github.com/scraperwiki/urchin - +[Fish]: http://fishshell.com +[nvm-fish]: https://github.com/Alex7Kom/nvm-fish From 2db71a85a571ec3e9cc2e699662f3367ddbb87cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Saparelli?= Date: Sun, 8 Feb 2015 11:31:31 +1300 Subject: [PATCH 2/2] Move mention of Fish near the Windows alternatives --- README.markdown | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index 548d4af..9916d2a 100644 --- a/README.markdown +++ b/README.markdown @@ -8,6 +8,10 @@ Note: `nvm` does not support Windows (see [#284](https://github.com/creationix/n - [nvmw](https://github.com/hakobera/nvmw) - [nvm-windows](https://github.com/coreybutler/nvm-windows) +Note: `nvm` does not support [Fish] either (see [#303](https://github.com/creationix/nvm/issues/303)). Two alternatives exist, which are not supported nor developed by us: + - [nvm-fish-wrapper](https://github.com/passcod/nvm-fish-wrapper) + - [nvm-fish](https://github.com/Alex7Kom/nvm-fish) (does not support iojs) + ### Install script To install you could use the [install script][2] using cURL: @@ -201,13 +205,8 @@ After the v0.8.6 release of node, nvm tries to install from binary packages. But 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 [2]: https://github.com/creationix/nvm/blob/v0.23.3/install.sh [3]: https://travis-ci.org/creationix/nvm [Urchin]: https://github.com/scraperwiki/urchin [Fish]: http://fishshell.com -[nvm-fish]: https://github.com/Alex7Kom/nvm-fish