From bee7b9970e256a300aa465808e5014d1af1d5e3d Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sun, 23 Apr 2017 23:33:42 +0800 Subject: [PATCH] [Docs] Remove archlinux python tips in "Problems" This is not working at all. --- README.markdown | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.markdown b/README.markdown index 972beb1..ff78e28 100644 --- a/README.markdown +++ b/README.markdown @@ -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