Skip to content

Instantly share code, notes, and snippets.

@aibou
Last active August 29, 2015 14:01
Show Gist options
  • Save aibou/5ab6d006ac602e28008f to your computer and use it in GitHub Desktop.
Save aibou/5ab6d006ac602e28008f to your computer and use it in GitHub Desktop.
install atom on ubuntu
sudo apt-get install git nodejs npm libgnome-keyring-dev
sudo npm config set python /usr/bin/python2 -g
# if there is /usr/bin/nodejs and is not /usr/bin/node , run this:
cd /usr/bin && sudo ln -s nodejs node && cd ~/
git clone https://github.com/atom/atom
cd atom/
script/build
sudo script/grunt install
which atom #=> /usr/local/bin/atom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment