Mac OS X: A small bug in system updates

Source: Internet
Author: User
This is the netizen ecloud.

The Mac OSX Sub-Forum in the chinaunix community was published at, September 23,. The following is an excerpt. At last, I corrected a small correction and the command line: If you upgrade from earlier version 10.5 to the latest version 10.5.7
The Python version will jump from 2.3 to 2.5
Most cases are normal, but there is a link error.

Code: Macmini :~ Zachary $ CD/system/library/frameworks/python. framework/versions/2.3 <br/> macmini: 2.3 Zachary $ ls <br/> coderesources extras Python resources lib <br/> macmini: 2.3 Zachary $ LS-L <br/> total 3896 <br/>-RW-r -- 1 root wheel 1499 May 31 2008 coderesources <br/> lrwxr-XR-x 1 root wheel 13 Jan 14 20:37 extras-> .. /2.4/extras <br/>-rwxr-XR-x 1 root wheel 1984208 May 31 2008 python <br/> drwxr-XR-x 5 root wheel 170 May 31 2008 resources <br/> drwxr-XR-x 3 root wheel 102 May 31 2008 lib

Although the current link has already pointed to the 2.5 directory, it is afraid that the Dead-Eye program is to find the 2.3 path, and then it is pointed to the nonexistent 2.4 path.
It's easy to change.

Code: Macmini: 2.3 Zachary $ sudo ln-Fs .. /2.5/extras <br/> password: <br/> macmini: 2.3 Zachary $ LS-L <br/> total 3896 <br/>-RW-r -- 1 root wheel 1499 May 31 2008 coderesources <br/> lrwxr-XR-x 1 root wheel 13 May 23 extras-> .. /2.5/extras <br/>-rwxr-XR-x 1 root wheel 1984208 May 31 2008 python <br/> drwxr-XR-x 5 root wheel 170 May 31 2008 resources <br/> drwxr-XR-x 3 root wheel 102 May 31 2008 libMy reply: My 10.5.6 also has this problem.

Code: CD/system/library/frameworks/python. Framework/versions/2.3 <br/> sudo ln-Fs ../2.5/extras
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.