Skip to content

Instantly share code, notes, and snippets.

@j0057
Created March 12, 2014 00:10
Show Gist options
  • Save j0057/9497853 to your computer and use it in GitHub Desktop.
Save j0057/9497853 to your computer and use it in GitHub Desktop.
#!/bin/bash -x
PKG=$HOME/pypkg27
[ ! -d $PKG ] && mkdir $PKG
pip install --no-use-wheel --download $PKG $*
pip wheel --no-index --find-links=$PKG --wheel-dir=$PKG $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment