Hi I've been reading a lot about virtual environments but I don't seem to get one thing.
So I have my path like this:
../my_app/
../my_app/app.py
..etc
Where should I put the virtual environment?
Inside my_app
as /my_app/venv/bin,include,lib
?
or at the same level as my_app
/my_app/
/venv/
I don't understand if the location matters or if by using activate
it will reference it instead of going to the main environment.
I hope this question makes sense.
Thanks!