|
|
|
|
|
by Hackbraten
1326 days ago
|
|
My workaround for that is to initialize every checked-out copy like so: pyenv install -s
pyenv exec pip install poetry
pyenv exec poetry install
That incantation goes into my README.md.Inconvenient, but I’ve come to accept it. I only need to run it after initial checkout and when the .python-version changes. |
|