Use the project virtualenv for the Python IDE

This commit is contained in:
Ohad Livne 2025-06-04 22:44:31 +03:00
parent 46cdf13182
commit 2a90ef5c0d
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
3 changed files with 29 additions and 3 deletions

6
.local/bin/make-venv Executable file
View file

@ -0,0 +1,6 @@
#! /usr/bin/sh
python3 -m venv .venv
. .venv/bin/activate
pip install 'python-lsp-server[all]'
pip install -e .