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
OpenEdx
configuration
Commits
81609061
Commit
81609061
authored
Jul 16, 2018
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pip 版本 更换
parent
c3492382
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
playbooks/roles/common_vars/defaults/main.yml
+1
-1
util/install/sandbox.sh
+1
-1
util/vpc-tools/abbey.py
+1
-1
No files found.
playbooks/roles/common_vars/defaults/main.yml
View file @
81609061
...
@@ -126,7 +126,7 @@ old_python_debian_pkgs:
...
@@ -126,7 +126,7 @@ old_python_debian_pkgs:
-
"
python2.7=2.7.10-0+{{
ansible_distribution_release
}}1"
-
"
python2.7=2.7.10-0+{{
ansible_distribution_release
}}1"
common_pip_pkgs
:
common_pip_pkgs
:
-
pip==
8.1.2
-
pip==
10.0.1
-
setuptools==24.0.3
-
setuptools==24.0.3
-
virtualenv==15.0.2
-
virtualenv==15.0.2
-
virtualenvwrapper==4.7.1
-
virtualenvwrapper==4.7.1
...
...
util/install/sandbox.sh
View file @
81609061
...
@@ -32,7 +32,7 @@ sudo apt-get upgrade -y
...
@@ -32,7 +32,7 @@ sudo apt-get upgrade -y
## Install system pre-requisites
## Install system pre-requisites
##
##
sudo
apt-get install
-i
https://pypi.tuna.tsinghua.edu.cn/simple/
-y
build-essential software-properties-common curl git-core libxml2-dev libxslt1-dev python-pip libmysqlclient-dev python-apt python-dev libxmlsec1-dev libfreetype6-dev swig gcc g++
sudo
apt-get install
-i
https://pypi.tuna.tsinghua.edu.cn/simple/
-y
build-essential software-properties-common curl git-core libxml2-dev libxslt1-dev python-pip libmysqlclient-dev python-apt python-dev libxmlsec1-dev libfreetype6-dev swig gcc g++
sudo
pip install
-i
https://pypi.tuna.tsinghua.edu.cn/simple/
--upgrade
pip
==
8.1.2
sudo
pip install
-i
https://pypi.tuna.tsinghua.edu.cn/simple/
--upgrade
pip
==
10.0.1
sudo
pip install
-i
https://pypi.tuna.tsinghua.edu.cn/simple/
--upgrade
setuptools
==
24.0.3
sudo
pip install
-i
https://pypi.tuna.tsinghua.edu.cn/simple/
--upgrade
setuptools
==
24.0.3
sudo
-H
pip install
-i
https://pypi.tuna.tsinghua.edu.cn/simple/
--upgrade
virtualenv
==
15.0.2
sudo
-H
pip install
-i
https://pypi.tuna.tsinghua.edu.cn/simple/
--upgrade
virtualenv
==
15.0.2
...
...
util/vpc-tools/abbey.py
View file @
81609061
...
@@ -328,7 +328,7 @@ fi
...
@@ -328,7 +328,7 @@ fi
# Bootstrapping constants
# Bootstrapping constants
#
#
VIRTUAL_ENV_VERSION="15.0.2"
VIRTUAL_ENV_VERSION="15.0.2"
PIP_VERSION="
8.1.2
"
PIP_VERSION="
10.0.1
"
SETUPTOOLS_VERSION="24.0.3"
SETUPTOOLS_VERSION="24.0.3"
EDX_PPA_KEY_SERVER="keyserver.ubuntu.com"
EDX_PPA_KEY_SERVER="keyserver.ubuntu.com"
EDX_PPA_KEY_ID="B41E5E3969464050"
EDX_PPA_KEY_ID="B41E5E3969464050"
...
...
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