Skip to content

Commit

Permalink
fix(tools): Use ESP_PYTHON with activate.py in export.fish
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Fiala committed Dec 19, 2024
1 parent 4535c27 commit bfaceab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bfaceab

Please sign in to comment.