I created a small Python package and pip3 installed it. Made sure the package was installed to /usr/local/lib/python3.6/dist-packages/
Fired up PyCharm with the hope of using my newly created python package, I go the the project settings, project interpreter and attempt to add the package; however, the package is not listed in the "available packages."
Did a pip3 list
and the package was listed.
Did I miss a step somewhere? Thank you.