Ivan-Johnson / LifeLogServer

A DIY life tracking app
0 stars 0 forks source link

Use a python virtual environment #7

Closed Ivan-Johnson closed 4 years ago

Ivan-Johnson commented 4 years ago

Using a virtual environment will improves sandboxing. This allows us to make dependencies explicit instead of simply saying that we depend on the latest version that's available in the Arch Linux repositories. By having the project depend on a local copy of a package (e.g. flask) instead of what's installed on the system, the system can have its software updated without fear of breaking LifeLog.

Ivan-Johnson commented 4 years ago

This was fixed as a side effect of #10.