-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
area/uxFeatures and improvements related to the user experienceFeatures and improvements related to the user experiencearea/venvRelated to virtualenv managementRelated to virtualenv managementkind/bugSomething isn't working as expectedSomething isn't working as expected
Description
- I am on the latest Poetry version.
- 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 (
-vvvoption).
- OS version and name: <Windows 10, Version 1809>
- Poetry version: <1.1.0a3>
- Link of a Gist with the contents of your pyproject.toml file:
Issue
Moved #2788 to Bug as activate scripts within virtual environment folder indicate virtual environment name is supposed to appear next to path in parentheses (as is typical when using, e.g., virtualenv). This does not work (at least for Windows Command Prompt).
Action:
C:\Users\example\Desktop\Project>poetry shell
Expected Result:
Spawning shell within C:\Users\example\AppData\Local\pypoetry\Cache\virtualenvs\project-####-py#.#
Microsoft Windows [Version 10.0.17763.1339]
(c) 2018 Microsoft Corporation. All rights reserved.
(project-####-py#.#) C:\Users\example\Desktop\Project>
Actual Result:
Spawning shell within C:\Users\example\AppData\Local\pypoetry\Cache\virtualenvs\project-####-py#.#
Microsoft Windows [Version 10.0.17763.1339]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\Users\example\Desktop\Project>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/uxFeatures and improvements related to the user experienceFeatures and improvements related to the user experiencearea/venvRelated to virtualenv managementRelated to virtualenv managementkind/bugSomething isn't working as expectedSomething isn't working as expected