File: devel_env.sh

package info (click to toggle)
talloc 2.4.0-f2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,500 kB
  • sloc: python: 35,311; ansic: 12,768; xml: 812; sh: 211; makefile: 157
file content (7 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
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