-
-
Notifications
You must be signed in to change notification settings - Fork 533
Improve --devenv help and ensure --devenv
does not delete
#1333
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
Conversation
I don't quite get what this is supposed to do. Calling So my comment mentioning the problem with envdir wasn't about accidentally the whole project. It was about breaking the promise that venvs end up in .tox by default. Overwriting arbitrary folders with a an unqualified venv name is still perfectly possible, isn't it? |
I thought about this again. For you having the venv in the project root is a feature so you want this to be the default. I understand that. For me this is a potential danger, because I am giving courses for beginners now and then and I see the footgun potential. This is the conflict and I would be interested to hear your thoughts on that. To me people like you and @gaborbernat are the prototypical power users who know their tools in and out (and they also reprogram them if they don't do what they should), but maybe sometimes you forget that the average user has not the kind of insight like you have? |
I actually think exposing development environments at root level is what beginners expect, in my experience with my other colleagues. |
My experience is more along the lines of people not even having a clue yet what a venv is. So again there might be some slight bias here. Not all of us are deeply embedded in the Python ecosystem working in companies together with Python core devs (say hello to @pablogsal for me if you bump into him) :D |
My experience is actually not based on core devs,just average python developers. |
In the previous version |
Yeah ... IMO it's already treating symptoms we wouldn't have if we'd cure the illness though. See #1326 (comment) |
Hi @obestwalter ✋ :) |
No description provided.