Windows操作pip+selenium(python環境)
本文只是簡單說明pip+selenium操作:
python下載:https://www.python.org/downloads/windows/
安裝python後配置python環境變數
(W10)此電腦->屬性->->高階系統設定->環境變數->path:
變數名:PATH(建議修改系統變數中的path)
變數值:;C:\Python35;C:\Python35\Scripts; (查詢自己python安裝目錄)
selenium安裝
進入Windows cmd頁面
1.安裝selenium:python3 -m pip install selenium
2.檢視selenium版本:pip show selenium
3.升級selenium版本:pip install --upgrade selenium
對pip進行升級:python -m pip install -U pip (python環境)
相關文章
- Windows 環境下 Python 環境安裝WindowsPython
- windows安裝Python虛擬環境WindowsPython
- windows環境下Django環境搭建WindowsDjango
- PHP Windows環境PHPWindows
- Windows環境下的Nginx環境搭建WindowsNginx
- windows環境配置:同時安裝Python2.7和Python3.6開發環境WindowsPython開發環境
- Python3 環境搭建(Windows和Linux)PythonWindowsLinux
- Windows系統中搭建python開發環境WindowsPython開發環境
- Windows 10 搭建 Laravel Sail 開發環境 (超詳細操作)WindowsLaravelAI開發環境
- windows 配置JAVA環境WindowsJava
- Flutter環境搭建(Windows)FlutterWindows
- Windows配置java環境WindowsJava
- go windows 環境搭建GoWindows
- git windows 環境搭建GitWindows
- windows環境下python人臉識別初窺WindowsPython
- Windows環境下Python3.7安裝TensorflowWindowsPython
- 安裝Scrapy(Windows下Python的爬蟲環境)WindowsPython爬蟲
- Anaconda與Python環境在Windows中的部署PythonWindows
- windows上python3開發環境的搭建WindowsPython開發環境
- Python環境Python
- Python 入門到精通(1):Windows 搭建 Python 開發環境PythonWindows開發環境
- Windows環境啟動RocketMQWindowsMQ
- Windows 下搭建 lnmp 環境WindowsLNMP
- Windows 下 Laravel 環境配置WindowsLaravel
- Windows 環境安裝LdapWindowsLDA
- Arcanist on Windows 環境配置指南Windows
- NVM,Windows下環境配置Windows
- Windows下搭建Solr環境WindowsSolr
- windows下JDK環境配置WindowsJDK
- windows配置環境變數Windows變數
- windows下搭建lisp環境WindowsLisp
- NAO 機器人windows下Python開發環境搭建機器人WindowsPython開發環境
- 【Python 筆記】在Windows下使用virtualenv管理python虛擬環境Python筆記Windows
- python環境搭建Python
- 配置python環境Python
- 操作 WebSphere Process Server 環境概述WebServer
- Flutter系列(三)——環境搭建(Windows)FlutterWindows
- Windows搭建Superset環境學習Windows