Use the project virtualenv for the Python IDE
This commit is contained in:
parent
46cdf13182
commit
2a90ef5c0d
3 changed files with 29 additions and 3 deletions
6
.local/bin/make-venv
Executable file
6
.local/bin/make-venv
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#! /usr/bin/sh
|
||||
|
||||
python3 -m venv .venv
|
||||
. .venv/bin/activate
|
||||
pip install 'python-lsp-server[all]'
|
||||
pip install -e .
|
||||
Loading…
Add table
Add a link
Reference in a new issue