PyCharm WSL Interpreter duplicate the pip, wheel, setuptools package
Answered
This is the window

This is the result from pip list

Possible fix by uninstall and reinstall like i did with setuptools and wheel, only pip i keep the original
Please sign in to leave a comment.
Because u can't uninstall & reinstall pip itself, pip is installer, so i used uv package,
uv pip uninstall pip && uv pip install pip
When creating the environment, did you enable the option inherit global site-packages? If so, it's the following bug: https://youtrack.jetbrains.com/issue/PY-64122/Creating-venv-with-inherit-global-site-packages-produces-pip-duplicates-in-venv-package-list
Miguel Monteiro i dont enable that option
its disable by default in latest version 2024, i just upgrade from 2023 and see that
i just need reinstall that, so i think its ok