I've installed python 2.7 on my machine. Although path variables are set properly, whenever I fire python command, it opens up python prompt in new window. If I try to run it as an administrator, it works fine. But gives an issue for normal user.
Asked
Active
Viewed 521 times
0
-
you just need to type python not python.exe – Harsh Patel Apr 10 '19 at 10:55
-
even python does the same thing.. – Aniket D Apr 10 '19 at 10:56
-
which os you are using? – Umesh Apr 10 '19 at 11:38
-
windows server 12 – Aniket D Apr 10 '19 at 11:39
-
possible duplicate: https://stackoverflow.com/questions/53623318/python-exe-opens-in-a-new-console-window – Umesh Apr 10 '19 at 11:47
-
checked already, it doesn't resolve the issue – Aniket D Apr 10 '19 at 11:50
1 Answers
0
It is resolved, python.exe was by default running as an administrator when python command was fired. Resetting it helped in resolving the issue.

Aniket D
- 1
- 4