Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
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
configuration
Commits
2bbc46b1
Commit
2bbc46b1
authored
Apr 17, 2018
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove code related to an old bug that is no-longer relevant.
parent
579038ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
11 deletions
+1
-11
util/install/ansible-bootstrap.sh
+1
-11
No files found.
util/install/ansible-bootstrap.sh
View file @
2bbc46b1
...
@@ -115,17 +115,7 @@ apt-get update -y
...
@@ -115,17 +115,7 @@ apt-get update -y
apt-get install
-y
python2.7 python2.7-dev python-pip python-apt python-yaml python-jinja2 build-essential
sudo
git-core libmysqlclient-dev libffi-dev libssl-dev
apt-get install
-y
python2.7 python2.7-dev python-pip python-apt python-yaml python-jinja2 build-essential
sudo
git-core libmysqlclient-dev libffi-dev libssl-dev
# Workaround for a 16.04 bug, need to upgrade to latest and then
pip install
--upgrade
pip
==
"
${
PIP_VERSION
}
"
# potentially downgrade to the preferred version.
if
[[
"xenial"
=
"
${
SHORT_DIST
}
"
]]
;
then
#apt-get install -y python2.7 python2.7-dev python-pip python-apt python-yaml python-jinja2
pip install
--upgrade
pip
pip install
--upgrade
pip
==
"
${
PIP_VERSION
}
"
#apt-get install -y build-essential sudo git-core libmysqlclient-dev
else
#apt-get install -y python2.7 python2.7-dev python-pip python-apt python-yaml python-jinja2 build-essential sudo git-core libmysqlclient-dev
pip install
--upgrade
pip
==
"
${
PIP_VERSION
}
"
fi
# pip moves to /usr/local/bin when upgraded
# pip moves to /usr/local/bin when upgraded
PATH
=
/usr/local/bin:
${
PATH
}
PATH
=
/usr/local/bin:
${
PATH
}
...
...
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