649
689
# Also copy the IVLE lib directory into the jail
650
690
# This is necessary for running certain scripts
651
691
action_copylist(install_list.list_lib, 'jail/opt/ivle', dry)
653
701
# Compile .py files into .pyc or .pyo files
654
702
compileall.compile_dir('www', quiet=True)
655
703
compileall.compile_dir('lib', quiet=True)
657
705
compileall.compile_dir('jail/opt/ivle/lib', quiet=True)
659
707
# Set up ivle.pth inside the jail