Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: simplify listing added libraries

...

Tip: If you forgot which libraries you added (because it's hard to spot them among dozens of libraries which belong to DSpace), here's how you can filter out the DSpace libraries, which should leave you only with a list of libraries you added:

Code Block
languagebash
diff -u <(ls -1 /dspace/webapps-jython/WEB-INF/lib > /tmp/jython.txt 
/) <(ls -1 /dspace/lib > /tmp/dspace.txt 
diff -u /tmp/jython.txt /tmp/dspace.txt/) | view -

Adding Python libraries

...