Hi everyone,
Is there any standard or commonly used way to package tools that have language specific dependencies.
I know that with Python libraries one can use setup_virtualenv and with Java jars the JAVA_JAR_LIB strategy is used. Is there anything equivalent for R, Perl and Ruby libraries?
Thanks Renato