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
1699d24c
Commit
1699d24c
authored
May 31, 2013
by
Slater-Victoroff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Successful on mac, almost there on ubuntu
parent
821621cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
requirements/system/ubuntu/apt-packages.txt
+3
-1
scripts/create-dev-env.sh
+9
-1
No files found.
requirements/system/ubuntu/apt-packages.txt
View file @
1699d24c
ruby-rvm
curl
python-software-properties
pkg-config
curl
git
python-virtualenv
virtualenvwraper
build-essential
python-dev
gfortran
...
...
scripts/create-dev-env.sh
View file @
1699d24c
...
...
@@ -380,7 +380,15 @@ export WORKON_HOME=$PYTHON_DIR
# Load in the mkvirtualenv function if needed
if
[[
`
type
-t
mkvirtualenv
`
!=
"function"
]]
;
then
source
`
which virtualenvwrapper.sh
`
case
`
uname
-s
`
in
Darwin
)
source
`
which virtualenvwrapper.sh
`
;;
*
)
source
/etc/bash_completion.d/virtualenvwrapper
;;
esac
fi
# Create edX virtualenv and link it to repo
...
...
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