Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Rancher
Commits
ccd1ee4b
Commit
ccd1ee4b
authored
5 years ago
by
Darren Shepherd
Browse files
Options
Download
Email Patches
Plain Diff
Use latest upstream pip
parent
9a48af16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/bootstrap
+5
-1
scripts/bootstrap
with
5 additions
and
1 deletion
+5
-1
scripts/bootstrap
+
5
-
1
View file @
ccd1ee4b
#!/bin/bash
set
-e
-x
apt-get update
-q
apt-get
install
-y
python-dev python-pip python-tox libyaml-dev
apt-get
install
-y
python-dev libyaml-dev curl
apt-get purge
-y
python-six
curl
"https://bootstrap.pypa.io/get-pip.py"
-o
"get-pip.py"
python get-pip.py
pip
install
-U
pip tox virtualenv
curl
-L
https://github.com/docker/compose/releases/download/1.2.0/docker-compose-
`
uname
-s
`
-
`
uname
-m
`
>
/usr/local/bin/docker-compose
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help