111
111
# Also copy the IVLE lib directory into the jail
112
112
# This is necessary for running certain services
114
114
jail_site_packages = os.path.join(build_path, ivle_site_packages[1:])
115
115
if os.path.exists(jail_site_packages):
116
116
shutil.rmtree(jail_site_packages)