My Virtual Environment is using my System Python rather than my Venv's Python
问题 I am following a tutorial on virtual environments (for Python) from the Coding Train (Here: https://www.youtube.com/watch?v=nnhjvHYRsmM). As I follow the tutorial, I see that, when which python is typed (in Terminal), the output should be the venv's Python in which it had installed. However, my system, for whatever reason this may be, decided to use it's own installed version of Python, instead. This means that all the dependencies (/modules) are screwed up and that I can't simply type out