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 2b4db47 commit 80b05b8Copy full SHA for 80b05b8
easybuild/scripts/bootstrap_eb.py
@@ -854,6 +854,8 @@ def main():
854
self_txt = open(__file__).read()
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").
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