Using <py_resolve_format> allows us to install an ...
# general
h
Using py_resolve_format allows us to install an immutable venv without pip. Am I still able to mess with this if I have pip installed on my machine? It's unclear to me what happens if I'm working in the exported virtual environment and run
pip install
.
1
Did some testing and convinced myself it doesn't affect the exported venv. Pretty cool stuff.