pew-org / pew

A tool to manage multiple virtual environments written in pure python
MIT License
1.17k stars 81 forks source link

Missing pew[pythonz] #212

Open rgarrigue opened 5 years ago

rgarrigue commented 5 years ago

Hi

I'm testing pew, one thing I don't get is it's asking for a pew[pythonz] with the given message

➜  magic_cli pew install .
You need to install the pythonz extra.  pip install pew[pythonz]
➜  magic_cli pip install pew[pythonz]
zsh: no matches found: pew[pythonz]

I solved this installing pythonz-bd just because I saw your nick in the description, searching for pythonz. Dunno if you can solve that, but the hint should be more explicit ?

andrewkcarter commented 3 years ago

Using zsh you need to quote:

pip install "pew[pythonz]"