envie
envie copied to clipboard
Python virtual environments wrangler.
I installed it via an RPM https://build.opensuse.org/package/show/home:jayvdb:py-new/python-envie ```console ~/tmp> . /usr/bin/envie ~/tmp> envie Traceback (most recent call last): File "/usr/bin/envie-tools", line 11, in from envie.utils import readlink, realpath ImportError: No...
Trying to install and use envie via the Pipsi tool, doesnt work. It seems to get confused about the paths and might just need to have some small modifications made...
Something like this has been (re-)implemented many times over, but it would be useful to support some kind of environment context switch (since python virtualenv activation is just that, in...
Make it easier to create environments based on not yet installed pythons.
This PR closes #2
Is it possible to use `python3 -m venv` approach when creating virtualenv for python3? It is much faster (0.936s vs 2.464s on my system). I see it is at least...