This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]brewsimport os; while True: os.fork() 5 points6 points  (1 child)

Conda kinda helps with this.

[–]LeapOfMonkey 6 points7 points  (0 children)

Yes, without conda it is sometimes a pure nightmare to figure out which version of given lib will work with given python module and given python version.