~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: mattgiuca
  • Date: 2007-12-21 04:31:48 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:123
setup.py: install creates a symlink from python pointing to python2.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
517
517
        # to the jails template directory (it will be used as a template
518
518
        # for all the students' jails).
519
519
        action_copytree('jail', os.path.join(jail_base, 'template'), dry)
 
520
        # Set up symlinks inside the jail
 
521
        action_symlink(os.path.join(jail_base, 'template/usr/bin/python2.5'),
 
522
            os.path.join(jail_base, 'template/usr/bin/python'), dry)
520
523
 
521
524
    return 0
522
525