[Fixed]-What's the correct way to install Django on mac

1👍

use virtualenv No need to mess the system python or use sudo to run pip.

👤fiacre

0👍

You can follow instruction in this tutorial and make a virtualenv with python3 then point your django python interpreter to it.

0👍

try using pip3 instead of pip.

👤breddy

Leave a comment