|
|
|
|
|
by binaryautomata
3969 days ago
|
|
I agree to a certain extent. The JVM/Maven pom appoach seems to work the most reliably across architectures, which is nice. Python is a friggin' nightmare by comparison. Some trivial low-complexity operations can take insane amounts of elbow grease due to missing/outdated libs. |
|
Pip does a remarkable job of magically getting and compiling missing c/c++ libraries, and works great in tandem with virtualenv.