This commit is contained in:
2024-11-12 11:53:28 -07:00
parent 3f1a9968fc
commit 22c63de94f
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -166,8 +166,9 @@ function handleDownloadInstall() {
# silly python envvar workans testant
if [ -z $IDF_PYTHON_ENV_PATH ]; then
writeToLog "IDF_PYTHON_ENV_PATH not set"
return
writeToLog "IDF_PYTHON_ENV_PATH not set, setting to default ($(which python))"
idfPython=$(which python)
returnStatus
else
writeToLog "IDF_PYTHON_ENV_PATH: $IDF_PYTHON_ENV_PATH"
idfPython=$IDF_PYTHON_ENV_PATH/bin/python
+1 -1
View File
@@ -1 +1 @@
60-rc1.2
60-rc1.3