Robert

Results 38 comments of Robert

From the docs for `pipx run`: > Download the latest version of a package to a temporary virtual environment, then run an app from it. The environment will be cached...

> > * notably during `pipx list`, so `--skip-maintenance` is a no-op > > cc @Gitznik Thanks for the ping. I don't mind this change. Is there any clear benefit...

> **skip-maintenance CLI argument** I changed the CLI to make `--skip-maintenance` a no-op. I haven't found guidelines on how to implement deprecations here, nor an example of how it was...

> I'm having trouble making the tests on windows pass - to be fully honest I don't understand the root cause of why this platform behaves differently from ubuntu+macOs (but...

@chrysle , @Arpafaucon I actually don't think there's anything missing?

Hi @jborbely, thanks for raising this. If you are interested in contributing a fix, you're welcome to open a PR.

Or they may have installed python via the microsoft store, which also does not install `py.exe` AFAIK.

Hi @mrmeszaros, please refer to our [contributing docs](https://pipx.pypa.io/stable/contributing/#running-pipx-for-development) Let me know if you have any further questions.

> i have issue with ~ ❯ sudo pipx --global ensurepat usage: pipx [-h] [--version] {install,inject,upgrade,upgrade-all,uninstall,uninstall-all,reinstall,reinstall-all,list,run,runpip,ensurepath,completions} ... pipx: error: argument command: invalid choice: 'ensurepat' (choose from 'install', 'inject', 'upgrade', 'upgrade-all',...

> I have the same issue: sudo pipx --global ensurepath usage: pipx [-h] [--version] {install,inject,upgrade,upgrade-all,uninstall,uninstall-all,reinstall,reinstall-all,list,run,runpip,ensurepath,environment,completions} ... pipx: error: unrecognized arguments: --global > > sudo pipx ensurepath --global usage: pipx [-h]...