Installing Pytest on Windows Platform
Go to the Scripts Directory under Python installation
C:\>cd Python34\Scripts
C:\Python34\Scripts>dir
Volume in drive C is System
Volume Serial Number is C273-3B76
Directory of C:\Python34\Scripts
03/19/2015 10:00 AM <DIR> .
03/19/2015 10:00 AM <DIR> ..
03/19/2015 10:00 AM 92,008 easy_install-3.4.exe
03/19/2015 10:00 AM 92,008 easy_install.exe
03/19/2015 10:00 AM 91,980 pip.exe
03/19/2015 10:00 AM 91,980 pip3.4.exe
03/19/2015 10:00 AM 91,980 pip3.exe
5 File(s) 459,956 bytes
2 Dir(s) 42,492,977,152 bytes free
C:\Python34\Scripts>easy_install.exe -U pytest
Searching for pytest
Reading https://pypi.python.org/simple/pytest/
Best match: pytest 2.7.3
Downloading https://pypi.python.org/packages/source/p/pytest/pytest-2.7.3.tar.gz#md5=a1aa94933d545d4a26fa23f96a77a78a
Processing pytest-2.7.3.tar.gz
Writing C:\Users\dishkyaon\AppData\Local\Temp\easy_install-c4kxupwk\pytest-2.7.3\setup.cfg
Running pytest-2.7.3\setup.py -q bdist_egg --dist-dir C:\Users\dishkyaon\AppData\Local\Temp\easy_install-c4kxupwk\pytest-2.7.3\egg-dist-tmp-2x2k6
ngk
creating c:\python34\lib\site-packages\pytest-2.7.3-py3.4.egg
Extracting pytest-2.7.3-py3.4.egg to c:\python34\lib\site-packages
Adding pytest 2.7.3 to easy-install.pth file
Installing py.test-script.py script to C:\Python34\Scripts
Installing py.test.exe script to C:\Python34\Scripts
Installing py.test.exe.manifest script to C:\Python34\Scripts
Installing py.test-3.4-script.py script to C:\Python34\Scripts
Installing py.test-3.4.exe script to C:\Python34\Scripts
Installing py.test-3.4.exe.manifest script to C:\Python34\Scripts
Installed c:\python34\lib\site-packages\pytest-2.7.3-py3.4.egg
Processing dependencies for pytest
Searching for colorama
Reading https://pypi.python.org/simple/colorama/
Best match: colorama 0.3.3
Downloading https://pypi.python.org/packages/source/c/colorama/colorama-0.3.3.tar.gz#md5=a56b8dc55158a41ab3c89c4c8feb8824
Processing colorama-0.3.3.tar.gz
Writing C:\Users\dishkyaon\AppData\Local\Temp\easy_install-vtw22h_p\colorama-0.3.3\setup.cfg
Running colorama-0.3.3\setup.py -q bdist_egg --dist-dir C:\Users\dishkyaon\AppData\Local\Temp\easy_install-vtw22h_p\colorama-0.3.3\egg-dist-tmp-j
sq5r4yd
zip_safe flag not set; analyzing archive contents...
Copying colorama-0.3.3-py3.4.egg to c:\python34\lib\site-packages
Adding colorama 0.3.3 to easy-install.pth file
Installed c:\python34\lib\site-packages\colorama-0.3.3-py3.4.egg
Searching for py>=1.4.29
Reading https://pypi.python.org/simple/py/
Best match: py 1.4.30
Downloading https://pypi.python.org/packages/source/p/py/py-1.4.30.tar.gz#md5=a904aabfe4765cb754f2db84ec7bb03a
Processing py-1.4.30.tar.gz
Writing C:\Users\dishkyaon\AppData\Local\Temp\easy_install-9cmpq5dm\py-1.4.30\setup.cfg
Running py-1.4.30\setup.py -q bdist_egg --dist-dir C:\Users\dishkyaon\AppData\Local\Temp\easy_install-9cmpq5dm\py-1.4.30\egg-dist-tmp-vphddya7
creating c:\python34\lib\site-packages\py-1.4.30-py3.4.egg
Extracting py-1.4.30-py3.4.egg to c:\python34\lib\site-packages
Adding py 1.4.30 to easy-install.pth file
Installed c:\python34\lib\site-packages\py-1.4.30-py3.4.egg
Finished processing dependencies for pytest
C:\Python34\Scripts>
C:\>cd Python34\Scripts
C:\Python34\Scripts>dir
Volume in drive C is System
Volume Serial Number is C273-3B76
Directory of C:\Python34\Scripts
03/19/2015 10:00 AM <DIR> .
03/19/2015 10:00 AM <DIR> ..
03/19/2015 10:00 AM 92,008 easy_install-3.4.exe
03/19/2015 10:00 AM 92,008 easy_install.exe
03/19/2015 10:00 AM 91,980 pip.exe
03/19/2015 10:00 AM 91,980 pip3.4.exe
03/19/2015 10:00 AM 91,980 pip3.exe
5 File(s) 459,956 bytes
2 Dir(s) 42,492,977,152 bytes free
C:\Python34\Scripts>easy_install.exe -U pytest
Searching for pytest
Reading https://pypi.python.org/simple/pytest/
Best match: pytest 2.7.3
Downloading https://pypi.python.org/packages/source/p/pytest/pytest-2.7.3.tar.gz#md5=a1aa94933d545d4a26fa23f96a77a78a
Processing pytest-2.7.3.tar.gz
Writing C:\Users\dishkyaon\AppData\Local\Temp\easy_install-c4kxupwk\pytest-2.7.3\setup.cfg
Running pytest-2.7.3\setup.py -q bdist_egg --dist-dir C:\Users\dishkyaon\AppData\Local\Temp\easy_install-c4kxupwk\pytest-2.7.3\egg-dist-tmp-2x2k6
ngk
creating c:\python34\lib\site-packages\pytest-2.7.3-py3.4.egg
Extracting pytest-2.7.3-py3.4.egg to c:\python34\lib\site-packages
Adding pytest 2.7.3 to easy-install.pth file
Installing py.test-script.py script to C:\Python34\Scripts
Installing py.test.exe script to C:\Python34\Scripts
Installing py.test.exe.manifest script to C:\Python34\Scripts
Installing py.test-3.4-script.py script to C:\Python34\Scripts
Installing py.test-3.4.exe script to C:\Python34\Scripts
Installing py.test-3.4.exe.manifest script to C:\Python34\Scripts
Installed c:\python34\lib\site-packages\pytest-2.7.3-py3.4.egg
Processing dependencies for pytest
Searching for colorama
Reading https://pypi.python.org/simple/colorama/
Best match: colorama 0.3.3
Downloading https://pypi.python.org/packages/source/c/colorama/colorama-0.3.3.tar.gz#md5=a56b8dc55158a41ab3c89c4c8feb8824
Processing colorama-0.3.3.tar.gz
Writing C:\Users\dishkyaon\AppData\Local\Temp\easy_install-vtw22h_p\colorama-0.3.3\setup.cfg
Running colorama-0.3.3\setup.py -q bdist_egg --dist-dir C:\Users\dishkyaon\AppData\Local\Temp\easy_install-vtw22h_p\colorama-0.3.3\egg-dist-tmp-j
sq5r4yd
zip_safe flag not set; analyzing archive contents...
Copying colorama-0.3.3-py3.4.egg to c:\python34\lib\site-packages
Adding colorama 0.3.3 to easy-install.pth file
Installed c:\python34\lib\site-packages\colorama-0.3.3-py3.4.egg
Searching for py>=1.4.29
Reading https://pypi.python.org/simple/py/
Best match: py 1.4.30
Downloading https://pypi.python.org/packages/source/p/py/py-1.4.30.tar.gz#md5=a904aabfe4765cb754f2db84ec7bb03a
Processing py-1.4.30.tar.gz
Writing C:\Users\dishkyaon\AppData\Local\Temp\easy_install-9cmpq5dm\py-1.4.30\setup.cfg
Running py-1.4.30\setup.py -q bdist_egg --dist-dir C:\Users\dishkyaon\AppData\Local\Temp\easy_install-9cmpq5dm\py-1.4.30\egg-dist-tmp-vphddya7
creating c:\python34\lib\site-packages\py-1.4.30-py3.4.egg
Extracting py-1.4.30-py3.4.egg to c:\python34\lib\site-packages
Adding py 1.4.30 to easy-install.pth file
Installed c:\python34\lib\site-packages\py-1.4.30-py3.4.egg
Finished processing dependencies for pytest
C:\Python34\Scripts>
Comments