|
|
|
|
|
by wyuenho
1438 days ago
|
|
Use direnv to take care of the virtualenv part of functionality poetry offers, use pip-tools to deal with the dependency management/reproducible build part. Or if you like, straight up pip freeze. Use pyenv to install all the different python versions you need. Ideally, all of these functionality should bundled in one tool, but the only thing that's available is pyflow, which don't stop blowing up with an exception for me. |
|