Preparing for a point release
Hal Murray
hmurray at megapathdsl.net
Fri Dec 8 19:14:54 UTC 2017
[murray at hgm raw]$ ls /usr/local/lib/python2.7/site-packages
[murray at hgm raw]$ ls /usr/local/lib64/python2.7/site-packages
ls: cannot access '/usr/local/lib64/python2.7/site-packages': No such file or
directory
[murray at hgm raw]$
[murray at hgm raw]$ sudo mkdir -p /usr/local/lib/python2.7/site-packages
[murray at hgm raw]$ sudo mkdir -p /usr/local/lib64/python2.7/site-packages
[murray at hgm raw]$
[murray at hgm raw]$ unset PYTHONPATH
[murray at hgm raw]$ python -c 'import sys; print sys.path'
['', '/usr/lib/python27.zip', '/usr/lib64/python2.7',
'/usr/lib64/python2.7/plat-linux2', '/usr/lib64/python2.7/lib-tk',
'/usr/lib64/python2.7/lib-old', '/usr/lib64/python2.7/lib-dynload',
'/usr/lib64/python2.7/site-packages', '/usr/lib/python2.7/site-packages']
[murray at hgm raw]$
--
These are my opinions. I hate spam.
More information about the devel
mailing list