Skip to content

Commit bfaceab

Browse files
author
Marek Fiala
committed
fix(tools): Use ESP_PYTHON with activate.py in export.fish
Closes espressif#15058
1 parent 4535c27 commit bfaceab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

export.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ end
2525

2626
source "$idf_path"/tools/detect_python.fish
2727

28-
eval ("$idf_path"/tools/activate.py --export)
28+
eval ("$ESP_PYTHON" "$idf_path"/tools/activate.py --export)
2929
set -e idf_path

0 commit comments

Comments
 (0)