Advertisement
britodfbr

virtualenv.sh

Aug 28th, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. lynx --source https://pypi.python.org/simple/virtualenv/ | grep -v py| grep href | sed 's/.*a href="\(.*\)" rel=.*/\1/'|while read a; do
  2.      wget -c https://pypi.python.org/simple/virtualenv/$a -P /storage/pypimirror/virtualenv/;
  3. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement