Sign in
apache
/
sdap-edge
/
d330affe4fb5655b173993dc1ba101580fac4c5f
/
.
/
src
/
main
/
python
/
edge-env.bash
blob: 8ddcd3492bba8d2fcf1279225f14dc6cc48de287 [
file
] [
log
] [
blame
]
#!/bin/bash
if
[
-
n
"$PYTHONPATH"
];
then
export PYTHONPATH
=
$
{
PYTHONPATH
}:
$
{
PWD
}/
libraries
else
export PYTHONPATH
=
$
{
PWD
}/
libraries
fi