Have 'pdm show' command default to installed packages #619
justasojourner
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi - just checking, any thoughts on the suggestion? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This relates to my other discussion topic #618 because my project 'DRP' was made a package.
When I ran the
pdm show
command on the (newly created) package...I saw that it was referring to a package on PyPi that had the same name as my local package (project). Which made me think that it would be best for the command to, by default, refer to local and installed PyPi packages.
Also note the command
pdm show drp
showed the installed version as being my (unwanted) package in conflict with the PyPi version. This could cause serious issues - what would happen if I did apdm update
?There perhaps needs to be a default local 'namespace', and operations are done in that scope unless explicitly instructed otherwise?
Beta Was this translation helpful? Give feedback.
All reactions