Pip is not longer working after changing python project directory

Viewed 33

Since I hadn't got space in my onedrive, I have changed (cut and paste) my python project from: "c:\users\cordo\onedrive\escritorio\whispers\developing" to "D:\Whispers\Developing". Everything is working well unless pip, which is no longer working. After some research, I tried this in the CMD: enter image description here

It looks like some internal process is using the old (and deleted) directory. I have also noticed that the "venv" is in orange color (excluded directory) on my pycharm:

enter image description here

How can I proceed? Thanks a lot for your help

0 Answers
Related