Message402119
> Raymond, do you think we should also freeze the dependencies
> of runpy (so "python -m <module>" also starts faster)?
Yes, please.
The '-m' load option can be considered core startup functionality. It is often the recommended way to launch command line tools outside of a virtual environment.
python -m pip install some_package |
|
Date |
User |
Action |
Args |
2021-09-18 04:02:10 | rhettinger | set | recipients:
+ rhettinger, lemburg, gvanrossum, brett.cannon, nascheme, terry.reedy, ronaldoussoren, ncoghlan, vstinner, larry, methane, Mark.Shannon, eric.snow, indygreg, miss-islington, brandtbucher, BTaskaya, shihai1991 |
2021-09-18 04:02:10 | rhettinger | set | messageid: <1631937730.88.0.164945148577.issue45020@roundup.psfhosted.org> |
2021-09-18 04:02:10 | rhettinger | link | issue45020 messages |
2021-09-18 04:02:10 | rhettinger | create | |
|