From 7707a24117799434b214df0f23e5edf7578fc17a Mon Sep 17 00:00:00 2001 From: scbj Date: Thu, 26 Sep 2024 09:58:33 +0200 Subject: [PATCH] added troubleshooting section to python venv for no particular reason.. --- docs/python-venv.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/python-venv.md b/docs/python-venv.md index 4f3f8ac..5c62131 100644 --- a/docs/python-venv.md +++ b/docs/python-venv.md @@ -22,4 +22,11 @@ or . .venv/bin/activate ``` -To exit the virtual environment use the command/script `deactivate`. \ No newline at end of file +To exit the virtual environment use the command/script `deactivate`. + + +## troubleshooting + +### the command prompt does not show the venv prompt +If one customised the command prompt, that might interfere with the venv prompt. +When using `starship` one needs to enable and include the `python` module. \ No newline at end of file