Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

idf-env config get --property does not recognize IDF ID in case of path with spaces #27

Open
georgik opened this issue Jul 26, 2021 · 0 comments

Comments

@georgik
Copy link
Collaborator

georgik commented Jul 26, 2021

How to simulate.

Register ESP-IDF with spaces in the path:

idf-env config  add --idf-path "C:/Users/User/Desktop/esp-idf - Copy/" --python "C:/Users/User/.espressif/python_env/idf4.3_py3.8_env/Scripts/python.exe" --name "Copied IDF2" --idf-version "4.3"

Retrieve Python configuration:

idf-env config get --property python --idf-path "C:\Users\User\Desktop\esp-idf - Copy\"

Observed result:

null

Expected result:

C:/Users/User/.espressif/python_env/idf4.3_py3.8_env/Scripts/python.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant