Skip to content

Commit

Permalink
Ensure that "ensurepip" module is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jul 7, 2023
1 parent aeb5883 commit 0401025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion get-platformio.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions pioinstaller/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def check():
raise exception.IncompatiblePythonError("Conda is not supported")

try:
__import__("ensurepip")
__import__("venv")
# __import__("distutils.command")
except ImportError:
Expand Down

0 comments on commit 0401025

Please sign in to comment.