summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2022-05-30 17:41:24 +0200
committerGitHub <noreply@github.com>2022-05-30 15:41:24 +0000
commit1fd1856afc4155ee47b3be9829b02d740f9a64d6 (patch)
tree5d53bdafe100e0924cd05f0dd2cf9118483d95ba /changelog.d
parentAdd a migration step to cleanup potential leftovers of bug 11833 (#12784) (diff)
downloadsynapse-1fd1856afc4155ee47b3be9829b02d740f9a64d6.tar.xz
demo: check if we are in a virtualenv before overriding PYTHONPATH (#12916)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12916.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12916.misc b/changelog.d/12916.misc
new file mode 100644
index 0000000000..347eb096db
--- /dev/null
+++ b/changelog.d/12916.misc
@@ -0,0 +1 @@
+Check if we are in a virtual environment before overriding the `PYTHONPATH` environment variable in the demo script.