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

Further refinement of setup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.