Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
821621cd
Commit
821621cd
authored
May 31, 2013
by
Slater-Victoroff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small edits mostly taken care of
parent
b489a5d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
scripts/create-dev-env.sh
+3
-4
No files found.
scripts/create-dev-env.sh
View file @
821621cd
...
...
@@ -422,12 +422,11 @@ if [[ -n $compile ]]; then
rm
-rf
numpy-
${
NUMPY_VER
}
scipy-
${
SCIPY_VER
}
fi
output
"Building correct version of distribute"
# building correct version of distribute from source
DISTRIBUTE_VER
=
"0.6.28"
output
"Building Distribute"
SITE_PACKAGES
=
"
$PYTHON_DIR
/edx-platform/lib/python2.7/site-packages"
cd
$SITE_PACKAGES
SITE_PACKAGES
=
"
$HOME
/.virtualenvs
/edx-platform/lib/python2.7/site-packages"
cd
"
$SITE_PACKAGES
"
curl
-O
http://pypi.python.org/packages/source/d/distribute/distribute-
${
DISTRIBUTE_VER
}
.tar.gz
tar
-xzvf
distribute-
${
DISTRIBUTE_VER
}
.tar.gz
cd
distribute-
${
DISTRIBUTE_VER
}
...
...
@@ -458,7 +457,7 @@ case `uname -s` in
esac
output
"Installing edX pre-requirements"
pip install
-r
$BASE
/edx-platform/requirements/pre.txt
pip install
-r
$BASE
/edx-platform/requirements/
edx/
pre.txt
output
"Installing edX requirements"
# Install prereqs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment