-
Notifications
You must be signed in to change notification settings - Fork 17
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
Check environment effectiveness after enabling #78
Comments
Indeed we do not have a helper to check for the validity. We should improve it. But what does PoC stand for? |
Proof of Concept (PoC), maybe like |
Correct me if I am wrong. You are talking about adding a description in README to explan how a new environment is in effect after enabling it ( I was talking about an additional function / command / helper in I think both approaches are OK. |
Both are OK, borrow from poetry,
maybe devenv can print out information like above. |
+1 to the additional function in |
Renamed the issue. Let's see when we can work on it. |
I assume after enable environment, we can achieve some isolate build environment,
but in README usage we cannot know the effectiveness of this environment.
(e.g.
poetry run python --version
can check Python version difference between system python & poetry shell python).We should add a PoC after enable environment make new user know what happen.
The text was updated successfully, but these errors were encountered: