Commit 433e5e90 by David Baumgold

Merge pull request #349 from hikari-boulders/patch-1

update create-dev-env.sh, change one small character
parents ab4dfc24 61806b23
...@@ -467,7 +467,7 @@ DISTRIBUTE_VER="0.6.28" ...@@ -467,7 +467,7 @@ DISTRIBUTE_VER="0.6.28"
output "Building Distribute" output "Building Distribute"
SITE_PACKAGES="$HOME/.virtualenvs/edx-platform/lib/python2.7/site-packages" SITE_PACKAGES="$HOME/.virtualenvs/edx-platform/lib/python2.7/site-packages"
cd "$SITE_PACKAGES" cd "$SITE_PACKAGES"
curl -O http://pypi.python.org/packages/source/d/distribute/distribute-${DISTRIBUTE_VER}.tar.gz curl -OL http://pypi.python.org/packages/source/d/distribute/distribute-${DISTRIBUTE_VER}.tar.gz
tar -xzvf distribute-${DISTRIBUTE_VER}.tar.gz tar -xzvf distribute-${DISTRIBUTE_VER}.tar.gz
cd distribute-${DISTRIBUTE_VER} cd distribute-${DISTRIBUTE_VER}
python setup.py install python setup.py install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment