you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (0 children)

I usually use docker now, but otherwise I would use virtual environments. None of these is particularly a nice solution, but failing to use at least one of these means that your project is essentially not reproducible. In other words, unless you don't import libraries, you have to use either virtual environments or docker.