From b7568b12680cbd8e722de2a3cf4fa8472f254d0b Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 26 Oct 2024 14:28:41 +0200 Subject: [PATCH] added comment to python setup --- config.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 31cef1a..81208d9 100644 --- a/config.org +++ b/config.org @@ -1860,8 +1860,11 @@ npm install -g prettier #+end_src ** Python Preparations: +- create env: + m-x shell + python3 -m venv ./.env - Install language server in *each* projects venv - source ./bin/activate + source ./.env/bin/activate pip install pyright - in project root: touch .project.el