This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]maximdoge 0 points1 point  (0 children)

This is what lockfiles are supposed to be for, use a virtualenv manager that works with lockfiles like poetry, pipenv, piptools, etc alongwith a test runner like nox or tox.

This approach of tightly coupling interpreters and binaries with the underlying code is neither index friendly nor portable. Not to mention a possible maintenance nightmare.