debianmacno-cupsweb
Last change
on this file was
30beeab,
checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago
|
Remove "gutenbach-" from directory names and rename "gutenbach" to "gutenbach-server"
|
-
Property mode set to
100755
|
File size:
287 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | CURRENT=virtualenv-1.3.2 |
---|
3 | wget "http://pypi.python.org/packages/source/v/virtualenv/$CURRENT.tar.gz" |
---|
4 | tar xzf "$CURRENT.tar.gz" |
---|
5 | python "$CURRENT/virtualenv.py" --no-site-packages tg2env |
---|
6 | rm "$CURRENT.tar.gz" |
---|
7 | rm -rf "$CURRENT" |
---|
8 | source tg2env/bin/activate |
---|
9 | source virtualenv-create |
---|
Note: See
TracBrowser
for help on using the repository browser.