Due to requests of Anaconda environment users PyBuilder version 0.12.9+ introduced a --no-venvs
option. This option turns off all Python virtual environment management implemented in 0.12.x
for those users who prefer (or must) manage their own virtual environments.
This feature essentially reverts PyBuilder v0.12.x to v0.11.x behavior.
As in v0.11.x such behavior comes with very serious repercussions that include:
If you decide to use --no-venvs
option, please understand there are significant and potentially severe
consequences to code quality.
Enjoy!