Need some help here, I have used virtual environment for doing some of my projects, when deactivated the virtual environemnt, and restart the terminal, it said that No pyvenv.cfg file.
At Windows terminal:
C:\Users\Morris>python
No pyvenv.cfg file
How can I tell the system no need to look for pyvenv.cfg when it is not in virtual environment? Thanks.
I have solve it by just uninstall the python, as well delete all the app data. And then reinstall back the python.