Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
conda
installer
Commits
17d3a93f
Commit
17d3a93f
authored
Aug 06, 2021
by
Paul McCarthy
🚵
Browse files
MNT: Remove incorrect comment about condarc priority order, as I interpreted
the conda docs wrong
parent
52cadd15
Changes
1
Hide whitespace changes
Inline
Side-by-side
fslinstaller.py
View file @
17d3a93f
...
...
@@ -1172,14 +1172,6 @@ def install_miniconda(ctx):
# Create .condarc config file
condarc
=
tw
.
dedent
(
"""
# Putting a .condarc file into the root environment
# directory will override ~/.condarc if it exists,
# but will not override a system condarc (e.g. at
# /etc/condarc/condarc). There is currently no
# workaround for this - see:
# - https://github.com/conda/conda/issues/8599
# - https://github.com/conda/conda/issues/8804
# Try and make package downloads more robust
remote_read_timeout_secs: 240
remote_connect_timeout_secs: 20
...
...
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