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

« back to all changes in this revision

Viewing changes to setup/install.py

Install to /usr/local/lib/python2.5/site-packages, not
/usr/lib/python2.5/site-packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    parser.add_option("--python-site-packages",
60
60
        action="store", dest="python_site_packages",
61
61
        help="Path to Python site packages directory.",
62
 
        default='/usr/lib/python%s/site-packages' % PYTHON_VERSION)
 
62
        default='/usr/local/lib/python%s/site-packages' % PYTHON_VERSION)
63
63
    (options, args) = parser.parse_args(args)
64
64
 
65
65
    # Call the real function