Is it intended that using poetry shell
in fish does not automatically source the virtual environment?
#7870
-
When I run
When I run Is this normal or intended behavior? I find it mildly inconvenient and am not sure if it warrants opening an issue. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This seems to be a problem with the
I will open in issue there. |
Beta Was this translation helpful? Give feedback.
-
pull request for poetry (already merged) is
here: #7884
pexcept issue is
here: pexpect/pexpect#755 (comment)
…-----Original Message-----
From: Winston H. ***@***.***>
Reply-To: python-poetry/poetry
***@***.***>
To: python-poetry/poetry ***@***.***>
Cc: Niklas Kappel ***@***.***>, State change
***@***.***>
Subject: Re: [python-poetry/poetry] Is it intended that using `poetry shell` in
fish does not automatically source the virtual environment? (Discussion #7870)
Date: 21.05.2023 13:34:25
Have you created an issue?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you modified the open/close state.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
This seems to be a problem with the
sendline
method provided bypexpect
. Minimal example to reproduce:I will open in issue there.