added troubleshooting section to python venv for no particular reason..

This commit is contained in:
scbj
2024-09-26 09:58:33 +02:00
parent 91a4eb30eb
commit 7707a24117

View File

@@ -23,3 +23,10 @@ or
``` ```
To exit the virtual environment use the command/script `deactivate`. 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.