mirror of
https://github.com/espressif/esp-idf
synced 2025-03-06 22:59:09 -05:00
fix(tools): Use ESP_PYTHON with activate.py in export.fish
Closes https://github.com/espressif/esp-idf/issues/15058
This commit is contained in:
parent
4535c27224
commit
bfaceabefb
@ -25,5 +25,5 @@ end
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user