您好,登錄后才能下訂單哦!
win7(64bit)python相關環境模塊該怎樣搭建,針對這個問題,這篇文章詳細介紹了相對應的分析和解答,希望可以幫助更多想解決這個問題的小伙伴找到更簡單易行的方法。
包括Python,eclipse,jdk,pydev,pip,setuptools,beautifulsoup,pyyaml,nltk,mysqldb的下載安裝配置。
*************************************************
python
下載:
python-2.7.6.amd64.msi
http://www.python.org/
Python 2.7.6 released
Python 2.7.6 is now available.
http://www.python.org/download/releases/2.7.6/
Windows X86-64 MSI Installer (2.7.6) [1] (sig)
安裝
配置:
我的電腦->屬性->高級->環境變量->系統變量中的PATH增加:C:\Python27;
驗證:
在桌面建立一個文件pt.py,內容為print 'hello python'
在cmd中輸入命令python C:\Users\***\Desktop\pt.py
***為電腦用戶名。
C:\Users\***>python C:\Users\***\Desktop\pt.py
hello python
C:\Users\***>
*************************************************
Eclipse:
eclipse-java-indigo-SR2-win32-x86_64.zip
http://www.eclipse.org/downloads/
Older Versions
http://wiki.eclipse.org/Older_Versions_Of_Eclipse
Eclipse Indigo SR2 Packages (v 3.7.2)
http://www.eclipse.org/downloads/packages/release/indigo/sr2
Eclipse IDE for Java Developers, (128 MB)
Downloaded 1,226,421 TimesDetails Windows 32-bit
http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/indigo/SR2/eclipse-java-indigo-SR2-win32-x86_64.zip
Download eclipse-java-indigo-SR2-win32-x86_64.zip from:
*************************************************
jdk:
jdk-7u45-windows-x64.exe
http://www.oracle.com/technetwork/java/javase/downloads/index.html
Windows x64
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
*************************************************
pydev
為了在Eclipse中進行python工程的開發。
http://sourceforge.net/projects/pydev/files/
PyDev for Eclipse
Looking for the latest version? Download PyDev 3.2.0.zip (8.2 MB)
版本一直在更新中,幾天前是3.1.0.zip
下載完,解壓縮,將features和plugins文件夾中的內容分別復制到eclipse的features和plugins文件夾下。
重復則替換。
具體方法見windows xp,32位,環境下,Eclipse+python平臺搭建
http://blog.sina.com.cn/s/blog_8af1069601019uaw.html
“安裝python插件”,打開eclipse先來配置preference-》PyDev-》Interpreter-Python-》New python的執行exe文件的目錄
*************************************************
pip
https://pypi.python.org/pypi/pip
Download
pip-1.4.1.tar.gz
A tool for installing and managing Python packages.
解壓縮,在cmd中進入到pip-1.4.1目錄,執行 python setup.py install
報錯:
ImportError: No module named setuptools
所以,需要先安裝setuptools
*************************************************
setuptools
https://pypi.python.org/pypi/setuptools/
setuptools 2.0.2
點擊右側Downloads按鈕,跳至Downloads
Scroll to the very bottom of the page to find the links.
需要到頁面底部去找鏈接下載。
File
setuptools-2.0.2-py2.py3-none-any.whl (md5)
setuptools-2.0.2.tar.gz (md5)
下載setuptools-2.0.2.tar.gz (md5)
解壓縮
在cmd中進入到setuptools-2.0.2目錄,執行 python setup.py install
成功標志:
Installed c:\python27\lib\site-packages\setuptools-2.0.2-py2.7.egg
Processing dependencies for setuptools==2.0.2
Finished processing dependencies for setuptools==2.0.2
繼續安裝pip
*************************************************
pip
在cmd中進入到pip-1.4.1目錄,執行 python setup.py install
成功標記:
Installed c:\python27\lib\site-packages\pip-1.4.1-py2.7.egg
Processing dependencies for pip==1.4.1
Finished processing dependencies for pip==1.4.1
添加到系統環境變量Path:C:\Python27\Scripts;
在cmd測試,輸入pip,輸出:
C:\Users\***>pip
Usage:
Commands:
關于win7(64bit)python相關環境模塊該怎樣搭建問題的解答就分享到這里了,希望以上內容可以對大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關注億速云行業資訊頻道了解更多相關知識。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。