|
|
|
|
|
by danieljanes
811 days ago
|
|
We use Pyenv successfully for developing the Flower open-source project. We use a few simple Bash scripts to manage virtual environments with different Python versions via pyenv and the pyenv-virtualenv plugin. The main scripts are `venv-create.sh`, `venv-delete.sh` and `bootstrap.sh`. `venv-reset.sh` pulls these three scripts together to make reinstalling your venv a single command. Here's the link if anyone is interested: https://github.com/adap/flower/tree/main/dev |
|