Access linux python venv for Pycharm CE indexing
Is it possible to use linux-created venv at a shared location for indexing within windows Pycharm CE?
I have a linux venv, with several linux-exclusive libraries installed. So I cannot just replicate the venv in windows.
But the development is done within PyCharm Community Edition on Windows, and I want the intelliscence to recognize these linux-exclusive libraries.