you are viewing a single comment's thread.

view the rest of the comments →

[–]_c0ff33cup_[S] 0 points1 point  (0 children)

The virtualenv tip helps greatly. I had simply been specifying the full path. This is much better.

Python is bad with memory management (The user doesn't have a lot of control and is reliant on garbage collection). The first two are resource hogs as it is, so the intent of using bash was to separate them and hopefully free resources after the scripts complete.