-
Notifications
You must be signed in to change notification settings - Fork 5
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
Documentation request #40
Comments
Thank you very much for the request @jmporter34 . Quick answer to your question is that You can open the configuration file by command The |
Thanks!
…On Thu, Apr 21, 2022 at 8:52 AM Juraj Michálek ***@***.***> wrote:
Thank you very much for the request @jmporter34
<https://github.com/jmporter34> .
idf-env was evolving in order to replace platform dependent functionality
of idf-installer <https://github.com/espressif/idf-installer>. It's good
idea to provide explanation and documentation of idf-env features.
Quick answer to your question is that the tools is searching for
esp_idf.json in directory specified by environment variable:
IDF_TOOLS_PATH or in directory ~/.espressif.
You can open the configuration file by command idf-env config edit or
retrieve whole configuration by idf-env config get.
The python property points to virtualenv python which is specific for
IDF. That's the reason why IDF_PATH is required as parameter. Different
versions of ESP-IDF uses different dependencies they are stored in separate
virtualenv.
—
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIWSL53ZHT2PZWAZFR57YWDVGFFQRANCNFSM5SITK2SQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi,
Could someone please add a bit more information to the readme.md ? Specifically, when I type:
idf-env config get --property python --idf-path %IDF_PATH%
where exactly is idf-env getting the requested property information from ?
Thanks
The text was updated successfully, but these errors were encountered: