We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b05b8 commit 28c9de2Copy full SHA for 28c9de2
easybuild/scripts/bootstrap_eb.py
@@ -855,7 +855,7 @@ def main():
855
if IS_PY3:
856
self_txt = self_txt.encode('utf-8')
857
info("DEPRECATED: Use of the EasyBuild boostrap script is deprecated and may not work.")
858
- info("Recommended install methods: https://docs.easybuild.io/en/latest/Installation.html\n").
+ info("Recommended install methods: https://docs.easybuild.io/en/latest/Installation.html\n")
859
info("EasyBuild bootstrap script (version %s, MD5: %s)" % (EB_BOOTSTRAP_VERSION, md5(self_txt).hexdigest()))
860
info("Found Python %s\n" % '; '.join(sys.version.split('\n')))
861
0 commit comments