There is a standardized way to install Python packages from VCS repos. The examples will show a complex case that include a branch and subdirectory
Posts for: #Poetry
Using Entry Points in Poetry
same: Using Poetry to Change Python Versions and Create New Virtual Environment
Using Poetry to Change Python Versions and Create New Virtual Environment
With Poetry, to change an underlying Python version (for testing, etc.) and create a new virtualenv on top of that, use poetry env use /PATH/TO/VERSION/BINARY. For pyenv, this…