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

Ensure pio installs required dependencies. #16

Merged
merged 1 commit into from
May 9, 2023
Merged

Conversation

mattbnz
Copy link
Contributor

@mattbnz mattbnz commented May 9, 2023

The new post_build.py file from f8a731c requires esptool to be in the environment, but pio doesn't appear to install this by default, and vscode/ubuntu 23.04+ run everything in python venv's meaning that even if you have it installed in your general workspace pio can't necessarily find it.

This ensures that esptool is always available in the venv that pio is running in.

The new post_build.py file from f8a731c requires esptool to be in the
environment, but pio doesn't appear to install this by default, and
vscode/ubuntu 23.04+ run everything in python venv's meaning that even
if you have it installed in your general workspace pio can't necessarily
find it.

This ensures that esptool is always available in the venv that pio is
running in.
@oseiler2 oseiler2 merged commit 01575a3 into oseiler2:main May 9, 2023
@oseiler2
Copy link
Owner

oseiler2 commented May 9, 2023

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants