You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).
OS version and name: linux debian slim
Poetry version: 1.1.7
Link of a Gist with the contents of your pyproject.toml file: n/a
Issue
Using the old get-poetry.py installer script to install Poetry, I can install projects globally by setting poetry config virtualenvs.create false (e.g. see #243). This is useful for installing projects in a Docker container.
Using the new install-poetry.py installer, it looks like the script creates a virtualenv at ${XDG_DATA_HOME}/pypoetry/venv (~/.local/share/pypoetry/venv by default) inside of which Poetry is installed. Based on my understanding, this also means that projects will be installed within this venv instead of globally. I'm not sure if I'm missing something, but how can we do a global install with the new installer?
The text was updated successfully, but these errors were encountered:
Feel free to close as duplicate, but I'm keeping it open for now as this issue is about global installs vs strictly about virtualenvs.create which may or may not be working as intended depending on how you look at it.
-vvv
option).Issue
Using the old
get-poetry.py
installer script to install Poetry, I can install projects globally by settingpoetry config virtualenvs.create false
(e.g. see #243). This is useful for installing projects in a Docker container.Using the new
install-poetry.py
installer, it looks like the script creates a virtualenv at${XDG_DATA_HOME}/pypoetry/venv
(~/.local/share/pypoetry/venv
by default) inside of which Poetry is installed. Based on my understanding, this also means that projects will be installed within this venv instead of globally. I'm not sure if I'm missing something, but how can we do a global install with the new installer?The text was updated successfully, but these errors were encountered: