问题描述
我正在使用Mac OS X(10.3.8),我似乎意外地破坏了默认的python安装
。我该怎么穿上它?我是否需要
使用unix版本?任何帮助将不胜感激。
THN
I''m on a mac OS X (10.3.8), and I seem to have accidentally destroyed
the default python installation. How should I put it on? Do I need to
use the unix version? any help would be greatly appreciated.
THN
推荐答案
嗨托马斯,
我''我也使用OSX 10.3.8。只是想知道,你是怎么摧毁的它?
我在想的是,它可能没有像你想象的那样被破坏
有......
欢呼
maurice
Hi Thomas,
I''m using OSX 10.3.8 as well. Just wondering, how did you "destroy" it?
What I am thinking is, it may not be as destroyed as you think it might
have...
cheers
maurice
我实际上是在尝试更新到最新的python版本,而且我已经读了一些东西,说它会与旧版本冲突,所以我去了/>
通过并删除了所有包含python的文件夹在名字=]。
聪明的我,是吗?现在我不能做新的或旧的工作。
再一次,任何帮助都会很棒。
THN
I was actually trying to update to the newest python version, and I had
read something saying it would conflict with the old version, so I went
through and deleted all the folders that had "python" in the name =].
clever of me, huh? now I can''t make either the new or the old work.
Once again, any help would be terrific.
THN
好的......我会假设一些东西,需要你检查一些东西......请告诉我,如果我的假设是错误的......
假设1:你害怕Mac中的python overload,因为你需要最新版本的Python,但是Apple似乎没有维持
Apple安装的Python的升级。
假设2:你是通过Fink安装最新版本的Python。
我需要你检查以下内容并告诉我结果:
1.转到/ usr / bin并执行ls -all python *
2.检查是否存在/System/Library/Framework/Python.framework
3.做一个哪个python
4.做一个哪个pythonw
5.执行p ython"
6.执行pythonw
i需要评估所造成的伤害:P
干杯
莫里斯
Ok... I am going to assume a few things and will need you to check a few
things... please tell me if my assumptions are wrong...
assumption 1: you are afraid of "python overload'' in Mac because you
want the latest version of Python but Apple doesn''t seems to maintain
the upgrade of the Apple-installed Python.
assumption 2: you are installing the latest version of Python through Fink.
I need you to check the following things and tell me the results:
1. go to /usr/bin and do a "ls -all python*"
2. check for presence of /System/Library/Framework/Python.framework
3. do a "which python"
4. do a "which pythonw"
5. execute "python"
6. execute "pythonw"
i need to assess the damage done :P
Cheers
Maurice
这篇关于mac OS10新手的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!