You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I am newbie to shpc and still learning
Does shpc has any flag that will inspect the module.lua file generated and just get the command section? or there is a flag in config section that can move the commands provided commands to a location so that when user load module, that binary is in the PATH.
Hello
I am newbie to shpc and still learning
Does shpc has any flag that will inspect the module.lua file generated and just get the command section? or there is a flag in config section that can move the commands provided commands to a location so that when user load module, that binary is in the PATH.
E.g . Module.lua for couchdb 3.1. consists
couchdb:
singularity exec -B /99-shpc.sh:/.singularity.d/env/99-shpc.sh /opt/couchdb/bin/couchdb "$@"
singularity exec -B /99-shpc.sh:/.singularity.d/env/99-shpc.sh /opt/couchdb/bin/couchdb.cmd "$@"
singularity exec -B /99-shpc.sh:/.singularity.d/env/99-shpc.sh /opt/couchdb/bin/couchjs "$@"
singularity exec -B /99-shpc.sh:/.singularity.d/env/99-shpc.sh /opt/couchdb/bin/remsh "$@"
Can this binaires be added as files to path where couchdb module.lua is located ?
The text was updated successfully, but these errors were encountered: