I'm having a difficult time wrapping my head around how to utilize virtualenv and python3 together. As I understand it, virtualenv acts as an operating system within my mac's operating system. I installed virtualenv through the terminal and can activate/deactivate it successfully, but how do I use python3 with it?
I understand the python shell, I understand the terminal, but after I created the my_projects
directory for virtualenv, how can I ensure I'm creating something in a virtualenv with python?
I'm not using homebrew or anaconda.