Chak-Kuen Lam

Results 121 comments of Chak-Kuen Lam

@gaborbernat Is there any chance to get this reopen? Recently I am implementing [`pipx install-all`](https://github.com/pypa/pipx/pull/874) and it will be helpful if it can locate a suitable python interpreter for installing...

Maybe I can try to extract the logic into a separate package first?

Should the cache part be removed? I personally think that it can be implemented in virtualenv.

`pip setup.py install` is not a valid command. Usually `pip install git+https://github.com/ytisf/PyExfil.git` should work if the package needs to be installed from GitHub. This command will install it directly without...

You will be able to pin the version of it after a new version of pipx is released: ``` $ pipx install tox $ pipx install 'tox

> I'd not have declared this as an "error", because the user explicitly decided to pin this package. I will make an improvement to this message. What if a summary...

I just had some tests, and `setup.py install` was run actually. Probably it's because the environment variable `COMPUTERNAME` doesn't exist, so the malicious payload is not executed. https://inspector.pypi.io/project/exotel/0.1.6/packages/8b/ed/9ebeb34d4adb9b01151d73ccfde9c1cb2d629c3b146953c8727559a65446/exotel-0.1.6.tar.gz/exotel-0.1.6/setup.py#line.9 Maybe related...

The first command works on my local machine. Could you run `pipx install dbt-core --verbose` and post the output here?

Currently it's impossible for pipx to show the content that will be added to the config, since that part of job is done by userpath. I think the only thing...