Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
0387e715
Commit
0387e715
authored
Oct 09, 2019
by
Tiago de Freitas Pereira
Browse files
MIniconda 3
parent
3b0ced48
Pipeline
#34173
failed with stage
in 10 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/bootstrap.py
View file @
0387e715
...
...
@@ -211,12 +211,12 @@ def ensure_miniconda_sh():
server
=
"repo.continuum.io"
# https
# WARNING: if you update this version, remember to update hahes below
path
=
"/miniconda/Miniconda
2
-4.7.10-%s-x86_64.sh"
path
=
"/miniconda/Miniconda
3
-4.7.10-%s-x86_64.sh"
if
platform
.
system
()
==
"Darwin"
:
md5sum
=
'
f540257a4b1df264e6f72c75f75620bb
'
md5sum
=
'
b9974b2ef1b17b8be9b1fd2c619c6702
'
path
=
path
%
"MacOSX"
else
:
md5sum
=
'
3bc6ffc6cda8efa467926dfd92a30bca
'
md5sum
=
'
1c945f2b3335c7b2b15130b1b2dc5cf4
'
path
=
path
%
"Linux"
if
os
.
path
.
exists
(
"miniconda.sh"
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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