79754895

Date: 2025-09-03 17:06:13
Score: 3
Natty:
Report link

Could you go ahead and try to activate the environment, and then use the exit status to create if necessary?

conda activate zqz
status=$?
if [ ! $status == "0" ]; then
    echo "need to create env"
fi
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: daniel kennedy