"unknown shell type" error when "source diracos env" in bash scripts #7373
Replies: 1 comment
-
This has already been reported #7260 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions