Skip to content

Instantly share code, notes, and snippets.

@UtahDave
Created June 16, 2014 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save UtahDave/59eb47e12b113fce6398 to your computer and use it in GitHub Desktop.
Save UtahDave/59eb47e12b113fce6398 to your computer and use it in GitHub Desktop.
Windows esky build process.
To make sure I get a clean install (Maybe I'm just paranoid)
1. delete all salt dirs from site-packages
2. delete salt/build and salt/dist from the repo clone
sudo python setup.py install --force
sudo python setup.py sdist
sudo python setup.py bdist
sudo python setup.py bdist_esky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment