Changeset 36330


Ignore:
Timestamp:
2022-07-28T23:47:44+12:00 (21 months ago)
Author:
davidb
Message:

Further refinement of setup

Location:
other-projects/bib-stinky/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • other-projects/bib-stinky/trunk/SETUP.bash

    r36317 r36330  
    3434fi
    3535
    36 if [ -d nodejs-server ] ; then
    37     . ./nodejs-server/bibstinky-setup.bash
    38 else
    39     echo "Warning: Failed to find:" >&2
    40     echo "    ./nodejs-server/bibstinky-setup.bash" >&2
    41     echo "=> Unable to run the Bib-Stinky web server" >&2
    42 fi
     36#if [ -d nodejs-server ] ; then
     37#    . ./nodejs-server/bibstinky-setup.bash
     38#else
     39#    echo "Warning: Failed to find:" >&2
     40#    echo "    ./nodejs-server/bibstinky-setup.bash" >&2
     41#    echo "=> Unable to run the Bib-Stinky web server" >&2
     42#fi
    4343
    4444
  • other-projects/bib-stinky/trunk/nodejs-server/bibstinky-setup.bash

    r36317 r36330  
    22if [ "x$SELFCONTAINED_NODEJS" = "x" ] ;then
    33    echo "Warning: Environment variable SELFCONTAINED_NODEJS not set" >&2
    4     echo "Have you from sourced from the Bib-Stiny's top-level directory ext/selfcontained-nodejs/setup.bash ?" >&2   
     4    echo "Have you from sourced from the Bib-Stinky's top-level directory SETUP.bash ?" >&2   
    55fi
    66
    7 #    pushd ../ext/selfcontained-nodejs
    8 #    . ./setup.bash
    9 #    popd
     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 TracChangeset for help on using the changeset viewer.