Created
June 13, 2016 19:16
-
-
Save natec425/282a97d32799475f3b2fd6e2ea27a597 to your computer and use it in GitHub Desktop.
add atom to path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from os import system | |
system("ln -s /Applications/Atom.app/Contents/Resources/app/atom.sh /usr/local/bin/atom") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment