Bjorn Neergaard

Results 554 comments of Bjorn Neergaard

virtualenv is actively developed and is more fully featured than the minimal implementation in the standard library. Please stop driving this issue off topic -- this issue is for a...

The code in question that generates `context.env_exec_cmd`/`context.env_exec` is in the venv module, and there is no standard shebang invocation -- on Windows, we suggest use of the `py.exe` launcher. That...

Looks like macOS's Python is broken. OS-provided Pythons are always touch and go/partially broken, so this is a low priority, but it would be nice to figure out.

I'm not sure what you mean @abhinavdayal -- Poetry should not be installed in the project environment. The manual or pipx install directions on https://python-poetry.org/docs work just fine in the...

It works and many users may prefer it -- however, it's another tool. It would be nice to fix this issue, but it will take a moderate refactor of the...

If you're using a pyenv Python you are hitting something else as pyenv does not set `--enable-framework` by default. I suggest reaching out on Discussions or Discord for support, or...

The reason the OS Python fails for you @cjuracek is this issue; `--copies` does not work with framework (non-relocatable) builds of Python.

We provide no support for Homebrew installations; feel free to use Homebrew, but please don't open issues against Poetry unless you have reproduced on an install using this script/pipx/pip+venv. pipx...

Looks like a duplicate of the symptoms of #46 somehow, but in powershell, which is novel.

You have not provided enough information to even determine if Poetry is involved here. Please provide details containing the exact process you use to install Poetry as well as what...