mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +03:00
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
|