633
655
# to the jails template directory (it will be used as a template
634
656
# for all the students' jails).
635
657
action_copytree('jail', os.path.join(jail_base, 'template'), dry)
660
action_copylist(install_list.list_subjects, subjects_base, dry,
637
663
# Append IVLE path to ivle.pth in python site packages
638
664
# (Unless it's already there)
639
665
ivle_pth = os.path.join(sys.prefix,
641
667
ivle_www = os.path.join(ivle_install_dir, "www")