pip_args?
See original GitHub issuehey, I’m not 100% sure how to use the --pip-args
properly. I wanted to upgrade to a pre-release version and I had to run the command in this strange way (that’s single quotes inside of the double quotes):
pipx upgrade clokta --pip-args "'--pre'"
Without the extra quotes, I get:
pipx upgrade: error: argument --pip-args: expected one argument
Is there a better way to do this?
Thanks!
Issue Analytics
- State:
- Created 4 years ago
- Comments:6
Top Results From Across the Web
pip_args? · Issue #204 · pypa/pipx - GitHub
hey, I'm not 100% sure how to use the --pip-args properly. I wanted to upgrade to a pre-release version and I had to...
Read more >pipx · PyPI
pipx is a tool to install and run any of the thousands of Python applications available on PyPI in a safe, convenient, and...
Read more >pip install - pip documentation v22.3.1
Description#. Install packages from: PyPI (and other indexes) using requirement specifiers. VCS project urls. Local project directories.
Read more >Use pip-compile to generate dependency list - OpenDev
pip-compile --output-file=constraints.txt --pip-args='-chttps://releases.openstack.org/constraints/upper/master' molecule-requirements.txt ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I had the same confusion but the suggestions cleared things up for me, thanks!
Might help to customize the
usage
parameter here to show the=
'sHow about this?
If you want to pass more arguments, you can do