I’m running pants export with _symlinked_immutable_virtualenv_ and when I configure my pycharm interpreter to point at the venv it doesn’t recognize the installed packages.. I thought maybe it’s because pip is not installed there so the default pip is used (at /usr/bin/pip) which doesn’t have the packages installed when running pip list.
Do you have any idea if it is actually related and how to solve it?