|
|
|
|
|
by lexicality
817 days ago
|
|
Personally I've had problems with poetry managing virtualenvs in the past so I just don't let it touch them any more. Maybe it's better now, but I don't see any reason to risk it, given how often Python seems to like to ruin my day.
I also don't like that by default it wants you to use `poetry run` to run things. Sure you can configure it not to, but it still annoys me |
|
And every time that `.python-version` changes (which I at most do a few times per year per project,) I throw away the `.venv`, do `pyenv install -s` and start over.
Your `poetry run` point still stands, though.