サイトの指示に従いました: http://selenium-python.readthedocs.org/en/latest/installation.html
セクションに従いました:Windowsユーザー向けの詳細な手順:
それ(python-2.7.3.msi)を私のwindowsにダウンロードしてインストールすることで、ステップ1-を完了しました。今、私は2番目のステップについて混乱しました。何が必要なのか理解できません。「pypa-virtualenv-1.8.1-74-g2adac08.tar.gz」をダウンロードし、「D:\Python and Selenium」フォルダーに解凍しました。手順 1 で言及した MSI .exe ファイルと、この .zip ファイルの両方が、先ほど言及した同じディレクトリに存在します。
以下も試しましたが、エラーが発生しました:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Arup Rakshit>cd..
C:\Users>cd..
C:\>d:
D:\>cd D:\Python and Selenium\pypa-virtualenv-2adac08
D:\Python and Selenium\pypa-virtualenv-2adac08>pip install https://github.com/py
pa/virtualenv/tarball/develop
'pip' is not recognized as an internal or external command,
operable program or batch file.
D:\Python and Selenium\pypa-virtualenv-2adac08>
PC に正常にインストールする方法を教えてもらえますか?
アップデート
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Arup Rakshit>cd..
C:\Users>cd..
C:\>cd Python27
C:\Python27>cd python.exe
The directory name is invalid.
C:\Python27>python.exe virtualenv.py selenv
python.exe: can't open file 'virtualenv.py': [Errno 2] No such file or directory
C:\Python27>
C:\Python27>