Skip to content

Instantly share code, notes, and snippets.

@dlanderson
Created November 4, 2013 19:58
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 dlanderson/956c109185837f93c577 to your computer and use it in GitHub Desktop.
Save dlanderson/956c109185837f93c577 to your computer and use it in GitHub Desktop.
mkdir -p /root/virtualenv/salt-dev
virtualenv --system-site-packages /root/virtualenv/salt-dev
. /root/virtualenv/salt-dev/bin/activate
cp -ar /mnt/hgfs/salt-dlanderson /opt/salt-dlanderson
cd /opt/salt-dlanderson
pip install -e .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment