DEV Community

Discussion on: How to set up Django Environment in Linux for beginners

Collapse
 
benjiemadolin profile image
benjie

Hello. Anybody experienced or encountered the error below? I need help. Thanks a lot!

$ python manage.py startapp TestApp
File "manage.py", line 14
) from exc
^
SyntaxError: invalid syntax

Collapse
 
cindyachieng profile image
Cindy Achieng

Hello Benjie,

It has been a while, did you get help?

Collapse
 
partha2000 profile image
Partha Prateem Patra

Yes this error usually occurs if you haven't activated the virtual environment.