Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dask not on the path with Coiled notebooks #300

Open
jacobtomlinson opened this issue Oct 18, 2024 · 2 comments
Open

Dask not on the path with Coiled notebooks #300

jacobtomlinson opened this issue Oct 18, 2024 · 2 comments

Comments

@jacobtomlinson
Copy link

jacobtomlinson commented Oct 18, 2024

I notice that when I run in a Coiled notebooks environment that the CLI path isn't set up correctly when using package sync.

image

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:

  • Create new conda environment with Jupyter
  • Install Dask and Distributed (I installed from local repo with pip install -e .)
  • Run coiled notebook
@jacobtomlinson
Copy link
Author

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?

@ntabris
Copy link
Member

ntabris commented Oct 18, 2024

Thanks @jacobtomlinson! We recently bumped the micromamba base container, I suspect they changed something relevant. I'll open an internal issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants