mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
ac7d0b45fc
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
8 lines
220 B
Bash
8 lines
220 B
Bash
# 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
|