5 ms·
Works fine for me on macOS. I am using venv the same way you do except some global ones for certain tools.
by andreif 2y ago
Works fine for me on macOS. I am using venv the same way you do except some global ones for certain tools.
- andreif 2y agoAlso, when working on packages supporting multiple versions it was very helpful to use tox with pyenv.
- cgopalan 2y agoI thought one of the advantages of pyenv was that you switched to also creating virtual envs using pyenv and managed virtual environments with it too. Maybe not.
- andreif 2y agoPyenv is for Python versions. There is a plugin for virtualenvs that can be useful for some specific cases but I rarely use it nowadays.