-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validate Python version when initializing xbuildenv (#62)
This adds a check when initializing xbuildenv (== `init_environment`) to make sure the local Python version used to install the xbuildenv was not changed. This prevents the following scenario: 1. One has a local Python version (3.11.3) and installs Pyodide xbuildenv (0.25.1). 2. Then, one changes the local Python version to (3.12.1) using pyenv. 3. Pyodide xbuildenv 0.25.1 is no longer compatible to the local Python version, so it should fail. Related issue: #44
- Loading branch information
1 parent
eb09824
commit ea85b85
Showing
5 changed files
with
90 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters