bifrost/releasenotes/notes/venv-default-895f7b633803297f.yaml
Dmitry Tantsur 8aa8086ab2 Switch to using virtual envs by default
They're already used in the CI, and chances are high that non-venv installation
is broken on at least some supported systems.

Change-Id: Ie3c93a0a1537658eaccf69da3f64d0fc43f292d1
2020-06-05 11:46:04 +02:00

10 lines
285 B
YAML

---
upgrade:
- |
All packages are now installed in a virtual environment in
``/opt/stack/bifrost`` by default instead of system-wide.
deprecations:
- |
Support for system-wide installation of packages is deprecated, untested
and may be removed in a future release.