mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
tools: {install, export}.bat: fix path quoting
Also includes fix for DOSKEY definitions. Closes https://github.com/espressif/esp-idf/issues/7605
This commit is contained in:
+2
-2
@@ -22,11 +22,11 @@ set TARGETS="all"
|
||||
if NOT "%1"=="" set TARGETS=%*
|
||||
|
||||
echo Installing ESP-IDF tools
|
||||
python.exe %IDF_PATH%\tools\idf_tools.py install --targets=%TARGETS%
|
||||
python.exe "%IDF_PATH%\tools\idf_tools.py" install --targets=%TARGETS%
|
||||
if %errorlevel% neq 0 goto :end
|
||||
|
||||
echo Setting up Python environment
|
||||
python.exe %IDF_PATH%\tools\idf_tools.py install-python-env
|
||||
python.exe "%IDF_PATH%\tools\idf_tools.py" install-python-env
|
||||
if %errorlevel% neq 0 goto :end
|
||||
|
||||
echo All done! You can now run:
|
||||
|
||||
Reference in New Issue
Block a user