Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -477,12 +477,6 @@ As a potential alternative, @mhart (a Node contributor) has some [Docker images

- Where's my `sudo node`? Check out [#43](https://github.com/creationix/nvm/issues/43)

- On Arch Linux and other systems using python3 by default, before running *install* you need to:

```sh
export PYTHON=python2
```

- After the v0.8.6 release of node, nvm tries to install from binary packages. But in some systems, the official binary packages don't work due to incompatibility of shared libs. In such cases, use `-s` option to force install from source:

```sh
Expand Down