Skip to content

Commit 0310bed

Browse files
committed
Simplify generated EBPYTHONPREFIXES path
1 parent d1c889f commit 0310bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/framework/easyblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1451,7 +1451,7 @@ def make_module_extra(self, altroot=None, altversion=None):
14511451
raise EasyBuildError('Multiple python paths requires EBPYTHONPREFIXES: ' + ', '.join(python_paths))
14521452
elif python_paths:
14531453
if use_ebpythonprefixes:
1454-
lines.append(self.module_generator.prepend_paths('EBPYTHONPREFIXES', '.'))
1454+
lines.append(self.module_generator.prepend_paths('EBPYTHONPREFIXES', ''))
14551455
else:
14561456
lines.append(self.module_generator.prepend_paths('PYTHONPATH', python_paths))
14571457

0 commit comments

Comments
 (0)