DEV Community

Discussion on: Installing pip on Windows

Collapse
 
smeysama profile image
smeysama • Edited

hi el-joft
i did your tutorial but i'm getting message down:

C:\Python27\Lib\site-packages>pip list
DEPRECATION: The default format will switch to columns in the future. You can us
e --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.con
f under the [list] section) to disable this warning.
pip (9.0.1)
setuptools (38.4.0)
virtualenv (15.1.0)
wheel (0.30.0)

C:\Python27\Lib\site-packages>pip freeze
virtualenv==15.1.0

for update show message down:
C:\Python27\Scripts>python -m pip install -U pip
Requirement already up-to-date: pip in c:\python27\lib\site-packages

so

C:\Python27>python -m pip install --upgrade pip setuptools wheel
Requirement already up-to-date: pip in c:\python27\lib\site-packages
Requirement already up-to-date: setuptools in c:\python27\lib\site-packages
Requirement already up-to-date: wheel in c:\python27\lib\site-packages