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

pdm plugin list shows duplicate results if pdm is installed through pipx #566

Closed
1 task done
xulongwu4 opened this issue Jul 29, 2021 · 0 comments
Closed
1 task done
Labels
🐛 bug Something isn't working

Comments

@xulongwu4
Copy link
Contributor

xulongwu4 commented Jul 29, 2021

  • I have searched the issue tracker and believe that this is not a duplicate.

Make sure you run commands with -v flag before pasting the output.

Steps to reproduce

  1. Install pdm using pipx: pipx install pdm
  2. Install pdm-venv: pipx inject pdm pdm-venv
  3. Check the list of installed plugins: pdm plugin list

Actual behavior

Installed plugins:
pdm-venv 0.2.0
    A plugin for pdm that enables virtualenv management
pdm-venv 0.2.0
    A plugin for pdm that enables virtualenv management

The plugin shows up twice in the list.

Expected behavior

Installed plugins:
pdm-venv 0.2.0
A plugin for pdm that enables virtualenv management


## Environment Information

```bash
# Paste the output of `pdm info && pdm info --env` below:

This was run from outside a project so pdm info is not applicable.

$ pdm --version
pdm, version 1.7.1
@xulongwu4 xulongwu4 added the 🐛 bug Something isn't working label Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant