1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

Move LSP stuff to buildtools/devel_env.sh

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>

Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Fri Apr  1 11:20:35 UTC 2022 on sn-devel-184
This commit is contained in:
Andreas Schneider 2022-03-16 15:32:11 +01:00 committed by Andreas Schneider
parent 012d81d0e2
commit ac7d0b45fc
2 changed files with 7 additions and 4 deletions

7
buildtools/devel_env.sh Normal file
View File

@ -0,0 +1,7 @@
# This file can be sourced using
#
# source buildtools/devel_env.sh
# Setup python path for lsp server
PYTHONPATH="$(pwd)/third_party/waf:$(pwd)/python:$(pwd)/bin/python:$(pwd)/selftest:${PYTHONPATH}"
export PYTHONPATH

View File

@ -9,7 +9,3 @@ export TDB_NO_FSYNC=1
export NMBD_DONT_LOG_STDOUT=1
export SMBD_DONT_LOG_STDOUT=1
export WINBINDD_DONT_LOG_STDOUT=1
# Setup python path for lsp server
PYTHONPATH="$(pwd)/third_party/waf:$(pwd)/python:$(pwd)/bin/python:$(pwd)/selftest:$PYTHONPATH"
export PYTHONPATH