ManderaGeneral / generalpackager

Tools to interface GitHub, PyPI, NPM and local modules / repos. Used for generating files to keep projects dry and synced. Tailored for ManderaGeneral for now.
https://pypi.org/project/generalpackager/
Apache License 2.0
0 stars 0 forks source link

Editable installs not recognized by PyCharm #64

Closed Mandera closed 1 year ago

Mandera commented 1 year ago

They show up in pip list.

Mandera commented 1 year ago

It's easy-install.pth!

Contains

c:\python\general\repos\generalimport
c:\python\general\repos\generallibrary

Might want to comment on

Mandera commented 1 year ago

Why was it only import and lib that PyCharm complained about?

Mandera commented 1 year ago

Packager().localrepo.pip_install_editable() actually removes an existing easy-install.pth file

Mandera commented 1 year ago

Created https://github.com/ManderaGeneral/generalfile/issues/16