Following docs on creating virtual environment, I created a virtual environment using,
python3 -m venv ./venv
traversing the ./venv
directory lists the virtual environment related files.
bin
include
lib
pyvenv.cfg
Now, how do I run my virtual environment ? Also, where are my actual packages / links to actual packages are stored ?