source: other-projects/bib-stinky/trunk/nodejs-server/bibstinky-setup.bash@ 36330

Last change on this file since 36330 was 36330, checked in by davidb, 22 months ago

Further refinement of setup

File size: 432 bytes
Line 
1
2if [ "x$SELFCONTAINED_NODEJS" = "x" ] ;then
3 echo "Warning: Environment variable SELFCONTAINED_NODEJS not set" >&2
4 echo "Have you from sourced from the Bib-Stinky's top-level directory SETUP.bash ?" >&2
5fi
6
7
8if [ "x$VIRTUALENV_PYTHON" = "x" ] ;then
9 echo "Warning: Environment variable VIRTUALENV_PYTHON not set" >&2
10 echo "Have you from sourced from the Bib-Stinky's top-level directory SETUP.bash ?" >&2
11fi
12
Note: See TracBrowser for help on using the repository browser.