pew icon indicating copy to clipboard operation
pew copied to clipboard

A tool to manage multiple virtual environments written in pure python

Results 54 pew issues
Sort by recently updated
recently updated
newest added

I'd like to `grep` my list of venvs, but `pew ls` lists them as either a table/in columns when output is a terminal or a space-delimited list when output is...

enhancement

If I have an environment called `DJANGO_ZIPLINE` and try to use the auto-completion with `pew workon DJAN[tab]`, pew auto-completes properly. But if I do `pew in DJAN[tab]`, no auto-completion happens....

Hello. Thank you for bringing `pew` into this world :) I'm on pew version `0.1.26` I created an environment `BLOTTER_FINANCE` with it, ran a few `pip install`, then I did...

Envy (https://github.com/shaunvxc/envy) is an interesting project letting you edit a module in your env, then revert it back to it's pristine state, without using versioning tools. It's useful for debugging...

How can I get the contents of the PYTHONPATH on windows ? Even after calling `pew add ./somefolder`, calling `echo $PYTHONPATH` returns nothing. Also, is there a way to remove...

https://pypi.python.org/pypi/virtualenv-rewrite it would help with https://github.com/berdario/pew/issues/90 and moving pew users to it might be a good first step before the rewrite will be shipped to everyone on the world

https://github.com/sashahart/vex/commit/7677c1e21889386486c7d425a1a392914cffa3c5

See [the original comment](https://github.com/berdario/pew/issues/39#issuecomment-60519508) Even if doing things "the hard way" is often instructive, I just stumbled upon (again!) this project to [help create proper deb/rpm packages](https://github.com/jordansissel/fpm) Along with that,...