[10:46:36] <ThiefMaster> it would be nice of the `pip install xxx==1.2.3` command shown on specific-version pages on pypi used quotes, i.e. `pip install 'xxx==1.2.3'` to make it copy-pastable even if one is using zsh
[10:47:13] <ThiefMaster> (`=foo` in zsh resolves foo in $PATH, so `pip install foo==1.2.3` fails in the shell with `zsh: 1.2.3 not found`)
[11:11:19] <tos9> ThiefMaster: That works fine for me on zsh even unquoted.
[12:44:13] <ThiefMaster> ah when disabling that i lose the ability to use e.g. `--foo=~/bar` (and there are some CLIs that do not support `--foo ~/bar` like any sane CLI would do)
[12:58:26] <tos9> ThiefMaster: I use --foo=$PWD/bar