From 10ad17e2242c9436edc213ea07340f5001935e1a Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Mon, 18 Dec 2023 20:22:08 -0500 Subject: [PATCH] #2112 Update Documentation for Debian Requiring venvs --- Running-from-source.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Running-from-source.md b/Running-from-source.md index 580439c..b63916f 100644 --- a/Running-from-source.md +++ b/Running-from-source.md @@ -102,6 +102,10 @@ One tested method to get a later Python on Debian 11.x is to utilise 1. If you want a 'venv' for just EDMarketConnector then you now: + **This step is mandatory on Debian with Bookworm (12.x) or Later, or any system which enforces Externally-Managed Environments.** + + _For information about Externally Managed Environments, see [This Python Documentation Page](https://packaging.python.org/en/latest/specifications/externally-managed-environments/#externally-managed-environments) or [This PEP Document](https://peps.python.org/pep-0668/)_ + $ cd $ python -m venv venv $ source venv/bin/activate