-
Notifications
You must be signed in to change notification settings - Fork 531
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
[Dev] Automatically source the sky environment for dev mode #4453
Comments
We could add it to bashrc or something, but I would be concerned that we'd accidentally make some feature rely on it. |
I see. Then how about adding a shortcut for activate the environment? e.g. adding the following to bashrc: alias activate_sky_env="source ~/skypilot-runtime/bin/activate" with this we can 1-click activate the env which will also make life easier ;) |
I like it :) can we make the alias shorter? ( |
That sounds good to me! |
It is a little bit tedious to manually
source ~/skypilot-runtime/bin/activate
for dev on sky serve/managed jobs. Can we support automatically activate it for dev mode (e.g.SKYPILOT_DEV=1
)?Version & Commit info:
sky -v
: PLEASE_FILL_INsky -c
: PLEASE_FILL_INThe text was updated successfully, but these errors were encountered: