Skip to content

Instantly share code, notes, and snippets.

@natec425
Created June 13, 2016 19:16
Show Gist options
  • Save natec425/282a97d32799475f3b2fd6e2ea27a597 to your computer and use it in GitHub Desktop.
Save natec425/282a97d32799475f3b2fd6e2ea27a597 to your computer and use it in GitHub Desktop.
add atom to path
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