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
098808c9
Commit
098808c9
authored
Jul 23, 2012
by
Calen Pennington
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #246 from MITx/jarv/create-dev-script-updates
error in script for site package handling
parents
43cd2c21
a75ac16d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
create-dev-env.sh
+3
-3
No files found.
create-dev-env.sh
View file @
098808c9
...
@@ -36,7 +36,7 @@ usage() {
...
@@ -36,7 +36,7 @@ usage() {
Usage:
$PROG
[-c] [-v] [-h]
Usage:
$PROG
[-c] [-v] [-h]
-c compile scipy and numpy
-c compile scipy and numpy
-s
--system
-site-packages for virtualenv
-s
do _not_ set --no
-site-packages for virtualenv
-v set -x + spew
-v set -x + spew
-h this
-h this
...
@@ -254,9 +254,9 @@ source $RUBY_DIR/scripts/rvm
...
@@ -254,9 +254,9 @@ source $RUBY_DIR/scripts/rvm
# skip the intro
# skip the intro
LESS
=
"-E"
rvm install
$RUBY_VER
LESS
=
"-E"
rvm install
$RUBY_VER
if
[[
-n
$systempkgs
]]
;
then
if
[[
-n
$systempkgs
]]
;
then
virtualenv
--system-site-packages
"
$PYTHON_DIR
"
else
virtualenv
"
$PYTHON_DIR
"
virtualenv
"
$PYTHON_DIR
"
else
virtualenv
--no-site-packages
"
$PYTHON_DIR
"
fi
fi
source
$PYTHON_DIR
/bin/activate
source
$PYTHON_DIR
/bin/activate
output
"Installing gem bundler"
output
"Installing gem bundler"
...
...
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