pew
pew copied to clipboard
A tool to manage multiple virtual environments written in pure python
`PROJECT_HOME` env variable could be used by lots of other software. `WORKON_HOME` is not really good too. Solution could be to prefix them with `PEW_` ?
How to run it from crontab, simplest way?
When I run `pew workon` it could auto activate when there is only one env available. (which is most of the cases) Why not make our lives easier.
Why the original commands not working? `pew activate proj1` and `deactivate ` it would be a lot more intuitive, of course current commands can be kept (workon, exit), so these...
macOS 10.12.6 Python 3.6.2 pew 0.1.26 When I run the CPython REPL from a standard shell tab completion is operative. When I run it in a sub-shell invoked by pew...
virtualenv gives me this ` (test) pi@rrr:/ss` pew has no indication which shell I'm in. Also why virtualenv's deactivate is not working when I activated project in pew?
Firstly, I want to thank you, @berdario, for creating this project. I've been happily using it for years. In the mean time, I've also became the [maintainer of the Fedora...
Fedora is rebuilding all Python packages for the [upcoming Python 3.12 upgrade in Fedora 39](https://fedoraproject.org/wiki/Changes/Python3.12). Pew's test suite is run as part of the RPM build process and there are...
From the README: > Pew is written in pure python and leverages [inve](https://gist.github.com/datagrok/2199506): the idea for a better activate script. That inve link, https://gist.github.com/datagrok/2199506, used to be the article "_Virtualenv’s...