You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we are building sdist we need create a build environment isolated from the system but using the current system interpreter so that we can build the source dist in this environment.
This is the first iteration in rip to add support for #78.
Small test was added to see if the wheel install works, this will mainly
be used for #32 but we can also integrate this into the `rip` binary to
be able to add the install path there as well. @baszalmstra let me know
if you want me to add this in a separate PR once this is merged.
We need this mainly because of #32.
When we are building sdist we need create a build environment isolated from the system but using the current system interpreter so that we can build the source dist in this environment.
I'm already working on this in https://github.com/tdejager/rip/tree/feat/venv-creation. In which I'm planning to:
python -m venv --no-pip
.whl
into this venvCurrently, I want to do this with just with
python -m venv
but if we have the system intepreter we can create an environment without executing python if we want later on see: https://packaging.python.org/en/latest/specifications/virtual-environments/#declaring-installation-environments-as-python-virtual-environments.Edit:
Currently ticking this off in: #82
The text was updated successfully, but these errors were encountered: