mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
Merge branch 'fix/export_fish_esp_python_v5.4' into 'release/v5.4'
fix(tools): Use ESP_PYTHON with activate.py in export.fish (v5.4) See merge request espressif/esp-idf!36121
This commit is contained in:
commit
aac6f2c911
@ -25,5 +25,5 @@ end
|
|||||||
|
|
||||||
source "$idf_path"/tools/detect_python.fish
|
source "$idf_path"/tools/detect_python.fish
|
||||||
|
|
||||||
eval ("$idf_path"/tools/activate.py --export)
|
eval ("$ESP_PYTHON" "$idf_path"/tools/activate.py --export)
|
||||||
set -e idf_path
|
set -e idf_path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user