Skip to content

Commit abed379

Browse files
authored
Update easybuild/easyblocks/m/mathematica.py
1 parent 55b9f16 commit abed379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/easyblocks/m/mathematica.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def sanity_check_step(self):
173173

174174
# Use appropriate executable for version check
175175
if LooseVersion(self.version) >= LooseVersion("14"):
176-
version_cmd = 'wolfram --version'
176+
version_cmd = 'wolframbn --version'
177177
else:
178178
version_cmd = 'mathematica --version'
179179
custom_commands = [version_cmd]

0 commit comments

Comments
 (0)