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
In an executable script (test.sh) with "source DIRAC OS environment":
#!/bin/bash
source /cvmfs/dcomputing.ihep.ac.cn/dirac/IHEPDIRAC/v3r1/diracos/diracosrc
I got the error like the following:
(base) -bash-4.2$ ./test.sh
error libmamba Please provide a shell type.
Run with --help for more information.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
In an executable script (test.sh) with "source DIRAC OS environment":
#!/bin/bash
source /cvmfs/dcomputing.ihep.ac.cn/dirac/IHEPDIRAC/v3r1/diracos/diracosrc
I got the error like the following:
(base) -bash-4.2$ ./test.sh
error libmamba Please provide a shell type.
Run with --help for more information.
critical libmamba Unknown shell type. Aborting.
How to avoid this error?
All reactions