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

Set PYTHONDONTWRITEBYTECODE and use "--no-compile" during pip install/test #700

Merged
merged 1 commit into from
Feb 23, 2022

Conversation

tianon
Copy link
Member

@tianon tianon commented Feb 19, 2022

This allows us to no longer manually delete generated .pyc and .pyo files.

Closes #207
Refs docker-library/official-images#11896

…/test

This allows us to no longer manually delete generated `.pyc` and `.pyo` files.
@yosifkit yosifkit merged commit 428fed6 into docker-library:master Feb 23, 2022
@yosifkit yosifkit deleted the pip-no-compile branch February 23, 2022 17:46
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Feb 23, 2022
Changes:

- docker-library/python@428fed6: Merge pull request docker-library/python#700 from infosiftr/pip-no-compile
- docker-library/python@f42cd53: Set PYTHONDONTWRITEBYTECODE and use "--no-compile" during pip install/test
- docker-library/python@be26fbe: Merge pull request docker-library/python#697 from felipecrs/remove-coreutils
- docker-library/python@597b1f2: Remove coreutils package from build dependencies
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.

PYTHONDONTWRITEBYTECODE
2 participants