[Fixed]-Upgrade pip on mac to install a Django library?

1👍

Has datetimepicker updated and working correctly? You don’t necessarily have to upgrade if they are working correctly. You can test your ssl connection.

Moving from python 2 to 3 will definitely break your application. But your pip version can be upgraded easily without any bugs using

pip install –upgrade pip

command.

I agree that you should be using virtualenv, but that won’t save your program from breaking while migrating to newer python versions.

Leave a comment