Coding Pros’ Tips! Python: Fix for File “manage.py”, line 14 ) from exc SyntaxError: invalid syntax

Andys.Pro 安迪
Andys.Pro TV
Published in
1 min readAug 31, 2018

One of the issue between working on python project is that the default macOS is using python@2.7. However, the project I cooperate with is already at python3.

In order to solve this issue, we have to use

pip3

instead of

pip

Ok! That’s it for solving this issue! Let’s start our app by

python3 manage.py startapp app

Done!

--

--

Andys.Pro 安迪
Andys.Pro TV

Coding Meteor, React Native, JS and Python! Feel free to comment and chat about codes!