Hey I know this is a pretty basic question. But can anyone provide me with some context on how these virtual runtime environments work?
I was under the impression that after creating a “project” via the activeState website and then downloading the said project (and all the packages associated with that project) via the poweshell command would download the project to the respective directory you were in when entering the commands.
Example: let’s say I’m in the follow directory: ~/mpelletier/activestate/
When I run the command to download a python build it creates a folder:
~/mpelletier/activestate/Python-3.9.7-Mac
In that folder there is nothing… I thought all of the libraries and packages were being downloaded there…. Where are they? Does this have to do with the concept of a virtual environment? Am I missing something here? I’m very confused and have to demo this to some engineers tm.
-Matt