What does the (!) mean in the output of poetry show
#5040
Answered
by
elliot-100
KotlinIsland
asked this question in
Q&A
-
|
Poetry show puts a
|
Beta Was this translation helpful? Give feedback.
Answered by
elliot-100
Jan 6, 2023
Replies: 1 comment
-
|
Looking at the source, it means 'not installed', as a fallback to showing the package name in red: poetry/src/poetry/console/commands/show.py Lines 308 to 313 in 81c7d00 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KotlinIsland
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looking at the source, it means 'not installed', as a fallback to showing the package name in red:
poetry/src/poetry/console/commands/show.py
Lines 308 to 313 in 81c7d00
See also #6330 and my related question: #7311