Skip to content

Instantly share code, notes, and snippets.

@AttilaSATAN
Created July 15, 2014 12:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AttilaSATAN/837c7184a8d7044662d7 to your computer and use it in GitHub Desktop.
Save AttilaSATAN/837c7184a8d7044662d7 to your computer and use it in GitHub Desktop.
ATOM installation problem on runas package windows (8.1)
# install visual studio 2013 express
# install python 2.7
# on powershell
$env:PYTHON = "C:\Path\to\Python27\python.exe"
$env:GYP_MSVS_VERSION = 2013
script/bootstrap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment