Changeset 1880 for branches


Ignore:
Timestamp:
Jun 8, 2011, 2:36:14 AM (13 years ago)
Author:
andersk
Message:
Remove 00scripts-home.pth for Fedora 15

The path for user-installed Python modules needs to change anyway from
~/lib/python2.6/site-packages because the Python version is changing,
and nobody will be using ~/lib/python2.7/site-packages yet, so let’s
take this opportunity to switch to the upstream-supported path:
~/.local/lib/python2.7/site-packages.

This is also where modules installed using ‘easy_install --user’ go.
(The relevant documentation has already been updated, since this works
already as of Python 2.6.)
Location:
branches/fc15-dev/server
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc15-dev/server/doc/install-howto.sh

    r1704 r1880  
    241241    pecl install --nodeps $(pecl list | tail -n +4 | cut -f 1 -d " " | grep -Fxvf - pecl.txt)
    242242
    243 # Setup some Python config
    244     echo 'import site, os.path; site.addsitedir(os.path.expanduser("~/lib/python2.6/site-packages"))' > /usr/lib/python2.6/site-packages/00scripts-home.pth
    245 
    246243# Install the credentials.  There are a lot of things to remember here.
    247244# Be sure to make sure the permissions match up (ls -l on an existing
Note: See TracChangeset for help on using the changeset viewer.