92
91
# Path where user-executable binaries are installed.
93
92
bin_path = os.path.join(prefix, 'bin')
104
94
# In the local file system, where the student/user jails will be mounted.
105
95
# Only a single copy of the jail's system components will be stored here -
106
96
# all user jails will be virtually mounted here.