Update linux.md

You need to have python2 installed on Arch.

Otherwise you get build ENOENT errors using npm-gyp.
This commit is contained in:
Claudio Bley
2014-10-24 14:08:10 +02:00
parent 80a302df9e
commit 937ef321bd

View File

@@ -26,7 +26,7 @@ Ubuntu LTS 12.04 64-bit is the recommended platform.
### Arch
* `sudo pacman -S base-devel git nodejs libgnome-keyring`
* `sudo pacman -S base-devel git nodejs libgnome-keyring python2`
* `export PYTHON=/usr/bin/python2` before building Atom.
## Instructions