-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
area/cliRelated to the command lineRelated to the command linekind/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:
- Poetry version:
- Link of a Gist with the contents of your pyproject.toml file:
poetry env list, can not output env path
comand poetry env list --full-path output nothing on windows dos shell.
E:\FNTools>poetry env list --full-path
E:\FNTools>
but it works ok on bash shell, for example git bash shell.
lei@DESKTOP-AM65SOJ /E/FNTools (master)
$ poetry env list --full-path
C:\Users\lei\AppData\Local\pypoetry\Cache\virtualenvs\fntools-gSpOuuiR-py3.6 (Activated)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/cliRelated to the command lineRelated to the command linekind/bugSomething isn't working as expectedSomething isn't working as expected