我一直在試圖在Linux Mint上安裝python3.3.0。閱讀README文件後,我跑到下面的命令:在Linux上安裝Python Mint
./configure
make
make test
sudo make install
我跑了make test
命令,但它給忽略了一些測試sayig,它找不到所需的模塊,獲得以下錯誤:
FAIL: test_urlwithfrag (test.test_urllib2net.OtherNetworkTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/Python-3.3.0/Lib/test/test_urllib2net.py", line 165, in test_urlwithfrag
"http://docs.python.org/glossary.html#glossary")
AssertionError: 'http://docs.python.org/2/glossary.html' != 'http://docs.python.org/glossary.html#glossary'
- http://docs.python.org/2/glossary.html
? --
+ http://docs.python.org/glossary.html#glossary
?
+++++++++
Ran 15 tests in 58.905s
FAILED (failures=1, skipped=1)
test test_urllib2net failed
make: *** [test] Error 1
請告訴我,我需要做的就是蟒蛇我的系統
「在您的系統上安裝較新版本的Python是一個非常糟糕的主意,因爲它可能會破壞操作系統的許多功能」 - 只有在您打算用它替換默認的Python版本時纔是如此。在一個理智的操作系統中,並排安裝多個python版本沒有問題;我有2.6,2.7和3。3安裝在我的xubuntu系統上,沒有破壞任何東西。 – l4mpi 2013-11-14 19:41:35
好點。你可以並排安裝多個版本,但是這比沙盒方法更復雜(我發現它更容易安裝和使用)。我的答案也沒有得到大拇指,但它很酷。 – Joe 2013-11-14 19:44:37