I worked on a previous project (let's call it A) using virtualenvwrapper.
But after reading about Pipenv, I decided to use it for my new project (B).
Now, when I try to run project A I get this error:
dyld: Library not loaded: @executable_path/../.Python
Referenced from: ...virtualenvs/A/bin/python
Reason: image not found
I saw other questions about this error, but there it was happening after updating Mac/Python versions. This is not the case for me :(
Can you please help?