asdf-community / asdf-python

Python plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
655 stars 56 forks source link

How to install pip with this python ? #9

Closed collegeimprovements closed 7 years ago

danhper commented 7 years ago

IIRC, it should be installed by default with python 3. For python 2, you will need to install it yourself, which is easy enough:

wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py