Frost Ming
Frost Ming
Closing due to insufficient information
SGTM, contribute welcome
> Hello [@frostming](https://github.com/frostming) , I'm dealing with this issue, and I'm writing UT. I'm a little curious why you wrote `test_find_python_from_` tests in `test_posix.py` rather than `test_provider.py`, why you let...
Sorry I didn't get the point. The OP seems to ask for **multiple** metrics endpoints instead of custom metrics endpoint, but the former doesn't make sense to me.
First I want to thank @klmcwhirter for the detailed answer, it saves my life as a non-native speaker. His statements are completely correct. Secondly there is a limitation in pdm's...
https://frostming.com/2019/03-13/where-do-your-packages-go/
> 好像没啥问题吧 还是没仔细读啊,为啥是好像呢? "pip3 list 列出了这些包",和 "我所在的这个环境有这些包",逻辑上不等价吧 你知道pip3 list列的是哪个环境的包?搞不好你这个pip3用到了外面某个pip3 ``` pip3 --version ```
你在`/root/xiaogpt/venv/bin/python3` 这个环境里能import ``,逻辑上**完全等价于** `/root/xiaogpt/venv/lib/python3.8/site-packages//` 或 `/root/xiaogpt/venv/lib/python3.8/site-packages/.py` 存在 这样好排查吧
> I'll note that none of this is designed to be a library. This sort of shit is exactly _why_ pip isn't supposed to be used as a library in...
> My suggestion for isolating `pipenv`, or at least what I do, is install it via `pipx` True, `pipx` isolates things quite well, but there are still people who installs...