Skip to content

Commit 80b05b8

Browse files
authored
point people to other install methods than the boostrap
1 parent 2b4db47 commit 80b05b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

easybuild/scripts/bootstrap_eb.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,8 @@ def main():
854854
self_txt = open(__file__).read()
855855
if IS_PY3:
856856
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").
857859
info("EasyBuild bootstrap script (version %s, MD5: %s)" % (EB_BOOTSTRAP_VERSION, md5(self_txt).hexdigest()))
858860
info("Found Python %s\n" % '; '.join(sys.version.split('\n')))
859861

0 commit comments

Comments
 (0)