Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unexpected empty environments listing #1759

Closed
2 of 3 tasks
pySilver opened this issue Dec 18, 2019 · 1 comment · Fixed by #1762
Closed
2 of 3 tasks

unexpected empty environments listing #1759

pySilver opened this issue Dec 18, 2019 · 1 comment · Fixed by #1762
Labels
kind/bug Something isn't working as expected

Comments

@pySilver
Copy link

  • 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 (-vvv option).
  • OS version and name: macos 10.15.2
  • Poetry version: 1.0.0

Issue

Surprisingly poetry env list does not return anything. Virtualenv was created by poetry install in a local directory using local poetry.toml

[virtualenvs]
in-project = true

Output:

 ~/Projects/fooproject ❯ poetry env use 3.7.4                                                                                                                                                     3.7.4
Using virtualenv: /Users/Silver/Projects/fooproject/.venv
 ~/Projects/fooproject  ❯ poetry env list                                                                                                                                                          3.7.4
 ~/Projects/fooproject  ❯ poetry env list --full-path                                                                                                                                              3.7.4
 ~/Projects/fooproject  ❯ poetry env info                                                                                                                                                          3.7.4

Virtualenv
Python:         3.7.4
Implementation: CPython
Path:           /Users/Silver/Projects/fooproject/.venv
Valid:          True

System
Platform: darwin
OS:       posix
Python:   /Users/Silver/.pyenv/versions/3.7.4
 ~/Projects/fooproject ❯ poetry --version                                                                                                                                                         3.7.4
Poetry version 1.0.0
@pySilver pySilver added the kind/bug Something isn't working as expected label Dec 18, 2019
Copy link

github-actions bot commented Mar 3, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant