Given a directory containing modulefiles for several versions, how does one set a default so that the user can type module load random_tool without having to specify the version number?
% ls random_tool
1.2 2.3 3.0
Given a directory containing modulefiles for several versions, how does one set a default so that the user can type module load random_tool without having to specify the version number?
% ls random_tool
1.2 2.3 3.0
Copyright © 2021 Jogjafile Inc.
Given a directory of modulefiles:
You can set one of them to be the default by creating a
.versionfile. For example let's say we want 2.3 to be the default. We create the following.versionfile.Now when a person loads
random_toolthey will get version 2.3.