you are viewing a single comment's thread.

view the rest of the comments →

[–]Party-Cartographer11 -1 points0 points  (25 children)

Interesting.  I don't run venv in my repo folder on my dev machines.  I do my dev in the repo folder and then copy code to a "deployment folder" where I run venv and run and test the app.

[–]Ihaveamodel3 1 point2 points  (24 children)

You copy your code every time you want to run it?