60-rc1.3
This commit is contained in:
@@ -166,8 +166,9 @@ function handleDownloadInstall() {
|
|||||||
|
|
||||||
# silly python envvar workans testant
|
# silly python envvar workans testant
|
||||||
if [ -z $IDF_PYTHON_ENV_PATH ]; then
|
if [ -z $IDF_PYTHON_ENV_PATH ]; then
|
||||||
writeToLog "IDF_PYTHON_ENV_PATH not set"
|
writeToLog "IDF_PYTHON_ENV_PATH not set, setting to default ($(which python))"
|
||||||
return
|
idfPython=$(which python)
|
||||||
|
returnStatus
|
||||||
else
|
else
|
||||||
writeToLog "IDF_PYTHON_ENV_PATH: $IDF_PYTHON_ENV_PATH"
|
writeToLog "IDF_PYTHON_ENV_PATH: $IDF_PYTHON_ENV_PATH"
|
||||||
idfPython=$IDF_PYTHON_ENV_PATH/bin/python
|
idfPython=$IDF_PYTHON_ENV_PATH/bin/python
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
60-rc1.2
|
60-rc1.3
|
||||||
Reference in New Issue
Block a user