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

devenv up and devenv shell should do equivalent things on their first runs #922

Closed
mcdonc opened this issue Jan 6, 2024 · 0 comments · Fixed by #1005
Closed

devenv up and devenv shell should do equivalent things on their first runs #922

mcdonc opened this issue Jan 6, 2024 · 0 comments · Fixed by #1005
Labels
enhancement New feature or request

Comments

@mcdonc
Copy link
Contributor

mcdonc commented Jan 6, 2024

python-rewrite branch.

Currently, if you check out a project and do a bare "devenv up", it doesn't do anything except return. You first must run devenv shel at least once to get deps installed.

IMO, the commands should invoke the same codepath, with one leading to a shell, and one leading to running processes / services.

@mcdonc mcdonc added the enhancement New feature or request label Jan 6, 2024
@domenkozar domenkozar mentioned this issue Mar 11, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant