rudimentary jython compat

This commit is contained in:
ed
2019-11-11 04:12:25 +01:00
parent 85454e409a
commit 7b4871b7b8
7 changed files with 69 additions and 16 deletions

View File

@@ -76,3 +76,7 @@ cat copyparty/httpcli.py | awk '/^[^a-zA-Z0-9]+def / {printf "%s\n%s\n\n", f, pl
# create a folder with symlinks to big files
for d in /usr /var; do find $d -type f -size +30M 2>/dev/null; done | while IFS= read -r x; do ln -s "$x" big/; done
# py2 on osx
brew install python@2
pip install virtualenv