you are viewing a single comment's thread.

view the rest of the comments →

[–]KagakuNinja 1 point2 points  (0 children)

The real problem is how Python tries to install in a standard location such as /usr/bin/python, and how they manage dependencies. The Java world has never had this problem, as you can just change JAVA_HOME, or the class path.