Sign in
apache
/
sdap-edge
/
d330affe4fb5655b173993dc1ba101580fac4c5f
/
.
/
src
/
main
/
python
/
edge-env.csh
blob: 1c42c5250c0da167f3d47c5254ca4213b0e40e13 [
file
] [
log
] [
blame
]
#!/bin/csh
if
$
?
PYTHONPATH
then
setenv PYTHONPATH $
{
PYTHONPATH
}:
$
{
PWD
}/
libraries
else
setenv PYTHONPATH $
{
PWD
}/
libraries
endif