professor.jenkins
professor.jenkins

Reputation: 153

No pip version for python3.7?

I have installed python3.7 on my mac and Ubuntu 18.04. but there does not seem to be a new pip to install modules for python 3.7.

Whats up? When will I be able to install a 3.7 version of pip?

Upvotes: 11

Views: 13622

Answers (1)

Ashutosh Singh
Ashutosh Singh

Reputation: 91

yup..

  • You can download get-pip from https://bootstrap.pypa.io/get-pip.py
  • After download file run as,
  • ashutosh@ashutosh:~/Downloads$ sudo python3.7 get-pip.py
  • it will install current pip on your system

Upvotes: 9

Related Questions