We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7c866 commit cd532ccCopy full SHA for cd532cc
init.sh
@@ -113,9 +113,12 @@ function setup_env () {
113
}
114
115
function setup_python () {
116
- if [ -e "${PYTHON_ACTIVATE}" ]; then
+ echo "Callling setup_python ..."
117
+ if [ -f ${PYTHON_ACTIVATE} ]; then
118
source "${PYTHON_ACTIVATE}"
119
+ return
120
fi;
121
+ echo "Skipped setup_python ..."
122
123
124
function start_server () {
0 commit comments