berdario
berdario
That's fair. So, for creating an organization: pew is already taken: github.com/pew (and so is github.com/pewpew and github.com/pewpewpew 😬 ) alternatives: github.com/python-env-wrapper github.com/python-pew @tjanez any preferences?
Done: github.com/pew-org it is I invited you as owners, and also created https://groups.google.com/g/pew-org since the organization required a contact email, and I wanted to void another single PoF
This reminds me of https://github.com/berdario/pew/issues/90 :/ Unfortunately, this is another bit of behavior due to virtualenv (and that would be solved by a [rewrite](https://github.com/pypa/virtualenv/pull/697)) (there might be actually another option...
You mean vendorize and trying to patch this ourselves? I'd rather try to fix it upstream, and add a version bound on the patch that fixed this would be better...
Wow, thanks for the all the work on this. ~~Maybe another solution could be to ask to always provide the `--python` option when using the builtin venv? (this would be...
Ok, the Nix failure is one of those: why does this not work? ...1 hour later... how could have this ever worked? When venv creates a virtualenv, all of the...
Actually, it's simpler than it relying on `/tmp`: the root cause is all [here](https://github.com/python/cpython/blob/3.6/Lib/venv/__init__.py#L335) The mode is copied from the source file, so if the source activate.csh has been installed...
Yeah, I guess that we could print a warning. for this purpose, we'd probably have to pick a new naming convention (which would also help to delete them), to quickly...
I guess that pew's readme is a bit confusing... > One possible solution is to symlink the source into the environment site-packages directory, but it is also easy to add...
You can see the lists of all the paths added with `pew add` inside `lib/python3.5/site-packages/_virtualenv_path_extensions.pth` inside your virtualenv (assuming a Python3.5 virtualenv)