When I try to perform basic commands such as 'from', 'import' or any others it just states that the command is not recognized as internal or external command. I've done some google-ing and it seems to be due to a messed up PATH.
can you see anything wrong with mine?
C:\Users\Matthiascomp\AppData\Local\Programs\Python\Python36-32\Scripts\;C:\Users\Matthiascomp\AppData\Local\Programs\Python\Python36-32\;C:\Users\Matthiascomp\AppData\Local\Programs\Python\Launcher\Python27
I'm not sure where to look for fix.
Btw, the problem came up when I tried to import tweepy
, which it refused to do because I got that same error message.
Thanks for the help!