|
|
|
|
|
by 3PS
703 days ago
|
|
Poetry has two flaws imo: 1. It's written in Python, which makes it slower and prone to bootstrapping issues. 2. It doesn't manage your Python installation, which necessitates the use of a tool like pyenv. Rye sidesteps both of those by (a) being written in Rust and (b) trying to solve all of the problems solved by poetry and pyenv in one go. |
|
With rye, I activated a virtualenv and then created a new project, it proceeded to setup its own .venv within the project instead of just using the one that was already activated.