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: Windows 10
Poetry version: Poetry (version 1.2.0a2) / Poetry version 1.1.12
Link of a Gist with the contents of your pyproject.toml file: N/A
Issue
I've been messing around with trying to get the env details to appear in the shell prompt, but barely any shells seems to want to show and I can't figure out why.
PS C:\Users\amongus\temp> poetry shell
Spawning shell within C:\Users\amongus\AppData\Local\pypoetry\Cache\virtualenvs\test-qEduk6Cs-py3.11
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6
PS C:\Users\amongus\temp>exit
PS C:\Users\amongus\temp>C:\Users\amongus\AppData\Local\pypoetry\Cache\virtualenvs\test-qEduk6Cs-py3.11\Scripts\activate.ps1
(test-qEduk6Cs-py3.11) PS C:\Users\amongus\temp>
C:\Users\amongus\temp>poetry shell
Spawning shell within C:\Users\amongus\AppData\Local\pypoetry\Cache\virtualenvs\test-qEduk6Cs-py3.11
Microsoft Windows [Version 10.0.19044.1415]
(c) Microsoft Corporation. All rights reserved.
C:\Users\amongus\temp>exit
C:\Users\amongus\temp>C:\Users\amongus\AppData\Local\pypoetry\Cache\virtualenvs\test-qEduk6Cs-py3.11\Scripts\activate
(test-qEduk6Cs-py3.11) C:\Users\amongus\temp>
The text was updated successfully, but these errors were encountered:
-vvv
option).Issue
I've been messing around with trying to get the env details to appear in the shell prompt, but barely any shells seems to want to show and I can't figure out why.
The text was updated successfully, but these errors were encountered: