Frost Ming
Frost Ming
> This is only an example. There are other use cases that could require changing the current working directory. I was not saying that is not necessary, just in case...
> I remembered that I was able to recreate successful environments with https://pypi.org/project/pypi-timemachine/, which allows one to "install packages with pip as if you were at some fixed date in...
Hi, @paugier `--exclude-newer` option was landed in main branch, feel free to try and give feedback!
Also `Manage Dependencies` page is getting large, it seems need to be rewritten and split into several pages. Anyone willing to help?
@rasmus-d Thanks, feel free to get start working on it.
Would you like to contribute that?
@baggiponte feel free to pick it up.
@baggiponte No objection, but you don't need to ask, just submit a pull request and I will leave comments.
Does the problematic python has `venv` module?
According to the error message it reported: ``` No pyvenv.cfg file ``` Does it exist in any venv created by `python -m venv`? Can `venv/bin/python -m ensurepip` execute successfully?