How can I properly use Pyenv and venv?
When is an unique directory for virtual environments used? Which option is recommended? Why? Every virtual environment “lives” in its own folder. All packages you install will go there, especially if every environment will have a different Python version. How should I install per-project packages listed above? When you switch to the project environment after … Read more