Open jacobtomlinson opened 1 month ago
Ah starting bash
I see everything is on the path just fine. Maybe it would be good to change the default shell to bash
, or to set the sh
PATH
correctly too?
Thanks @jacobtomlinson! We recently bumped the micromamba base container, I suspect they changed something relevant. I'll open an internal issue.
I notice that when I run in a Coiled notebooks environment that the CLI path isn't set up correctly when using package sync.
I need to invoke it directly at
/opt/coiled/env/bin/dask
.Could
/opt/coiled/env/bin
be added to the PATH by default?Steps to reroduce:
pip install -e .
)coiled notebook