Skip to content

Commit 1d78e6c

Browse files
committed
Default --prefer-ebpythonprefixes to false
1 parent f90a12b commit 1d78e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ def override_options(self):
491491
'pre-create-installdir': ("Create installation directory before submitting build jobs",
492492
None, 'store_true', True),
493493
'prefer-ebpythonprefixes': (("Prefer EBPYTHONPREFIXES over PYTHONPATH when possible"),
494-
None, 'store_true', True),
494+
None, 'store_true', False),
495495
'pretend': (("Does the build/installation in a test directory located in $HOME/easybuildinstall"),
496496
None, 'store_true', False, 'p'),
497497
'read-only-installdir': ("Set read-only permissions on installation directory after installation",

0 commit comments

Comments
 (0)