จะติดตั้งและกำหนดค่า IPython ได้อย่างไรเพื่อใช้ Python3.2 กับ 11.10


14

จะติดตั้งและกำหนดค่า IPython ได้อย่างไรเพื่อใช้ Python3.2 กับ 11.10 ฉันได้ตรวจสอบแล้วโดยการติดตั้ง

sudo apt-get install ipython

python2.7จะใช้

[EDIT1]

$ sudo python3 configure.py
Determining the layout of your Qt installation...
This is the GPL version of PyQt 4.8.5 (licensed under the GNU General Public
License) for Python 3.2.2 on linux2.

Type '2' to view the GPL v2 license.
Type '3' to view the GPL v3 license.
Type 'yes' to accept the terms of the license.
Type 'no' to decline the terms of the license.

Do you accept the terms of the license? yes
Found the license file pyqt-gpl.sip.
Checking to see if the QtGui module should be built...
Checking to see if the QtHelp module should be built...
Checking to see if the QtMultimedia module should be built...
Checking to see if the QtNetwork module should be built...
Checking to see if the QtDeclarative module should be built...
Checking to see if the QtOpenGL module should be built...
Checking to see if the QtScript module should be built...
Checking to see if the QtScriptTools module should be built...
Checking to see if the QtSql module should be built...
Checking to see if the QtSvg module should be built...
Checking to see if the QtTest module should be built...
Checking to see if the QtWebKit module should be built...
Checking to see if the QtXml module should be built...
Checking to see if the QtXmlPatterns module should be built...
Checking to see if the phonon module should be built...
Checking to see if the QtAssistant module should be built...
Checking to see if the QtDesigner module should be built...
Checking to see if the dbus support module should be built...
DBus v1 does not seem to be installed.
Qt v4.7.4 free edition is being used.
SIP 4.12.4 is being used.
The Qt header files are in /usr/include/qt4.
The shared Qt libraries are in /usr/lib/i386-linux-gnu.
The Qt binaries are in /usr/bin.
The Qt mkspecs directory is in /usr/share/qt4.
These PyQt modules will be built: QtCore, QtHelp, QtNetwork, QtDeclarative,
QtScript, QtScriptTools, QtSvg, QtTest, QtWebKit, QtXml, QtXmlPatterns,
QtDesigner.
The PyQt Python package will be installed in /usr/lib/python3/dist-packages.
PyQt is being built with generated docstrings.
PyQt is being built with 'protected' redefined as 'public'.
The Designer plugin will be installed in
/usr/lib/i386-linux-gnu/qt4/plugins/designer.
The PyQt .sip files will be installed in /usr/share/sip/PyQt4.
pyuic4, pyrcc4 and pylupdate4 will be installed in /usr/bin.
Generating the C++ source for the QtCore module...
sh: /usr/bin/sip: not found
Error: Unable to create the C++ code.
$ which sip
$ sudo apt-get install sip
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package sip
$

คุณหมายถึง 11.10
wim

ใช่. แก้ไขในชื่อเรื่อง
qazwsx

แต่ไม่ใช่ในร่างกาย .. : P
wim

มันได้รับการแก้ไขแล้ว
qazwsx

คำตอบ:


11

คุณสามารถใช้pip3เพื่อติดตั้ง ipython

sudo apt-get install python3-pip
sudo pip3 install ipython

2
pip3ไม่ให้ipython3คำสั่งแก่ฉัน ฉันใส่python3 /usr/local/lib/python3.3/site-packages/IPython/__main__.pyใน/usr/local/bin/ipython3ตัวเองที่จะจับว่า
kqw

จะติดตั้ง pip3 ได้อย่างไร?
qazwsx

E: Unable to locate package pip3อัตราผลตอบแทนที่
qazwsx

คำสั่งที่ถูกต้องคือsudo apt-get install python3-pip
แถบ

สำหรับฉันดูเหมือนว่าคำสั่งเหล่านี้จะใช้ipythonเริ่มต้นกับ Python 3 ในขณะที่เป็น Python 2 ก่อนหน้านี้ สิ่งที่ต้องระวัง
Kurt Peek


2

Julian Taylor มี PPAs สำหรับ IPython:

IPython เสถียร (ppa: jtaylor / ipython)

IP night nightlies (ppa: jtaylor / ipython-dev)

สำหรับ oneiric การติดตั้งipython3จากสิ่งใดสิ่งหนึ่งจะทำให้คุณได้รับ terminal IPython มาตรฐาน ทั้งคอนโซล Qt และโน้ตบุ๊ก HTML ทำงานได้ใน Python 3 แต่คุณจะต้องติดตั้งการอ้างอิงบางอย่าง มีคำแนะนำเกี่ยวกับวิกิพีเดีย IPython


ปฏิบัติตามคำแนะนำที่นี่ฉันได้รับ$ python3 configure.py python3: can't open file 'configure.py': [Errno 2] No such file or directoryในกรณีที่เป็นแบบนี้configure.py?
qazwsx

@ user6076: เมื่อคุณทำapt-get source python-qt4มันจะสร้างไดเรกทอรีหลาม qt4 -... ซึ่งคุณจำเป็นต้องcdเข้าสู่ ฉันได้อัปเดตวิกิเพื่อชี้แจงเรื่องนี้แล้ว
โทมัส K

ยังไม่ทำงานเนื่องจากsipไม่พบให้ดูในโพสต์ต้นฉบับ
qazwsx

@ user6076: คุณติดตั้งแล้วpython3-sip-devหรือยัง เป็นไปได้ที่คุณต้องการpython-sip-devฉันยังไม่ได้ลองเลย
โทมัส K
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.