Python Forum
opening python from the command line takes a long time to load? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: opening python from the command line takes a long time to load? (/thread-27762.html)



opening python from the command line takes a long time to load? - abdulkaderanwar - Jun-20-2020

Hi there,

When i try to open python from the command line, taking long time to load the IDE. Even if i run the with python <prog.py> taking time to display the result.

please advise to fix the issue.

thanks in advance

tropical regards,
aka


RE: opening python from the command line takes a long time to load? - Larz60+ - Jun-20-2020

Please show command you are using.

There's confusion here on IDE and python which are two different things.
IDE loads python,
python run on it's own does not use IDE.


RE: opening python from the command line takes a long time to load? - abdulkaderanwar - Jun-21-2020

(Jun-20-2020, 08:17 PM)Larz60+ Wrote: Please show command you are using.

There's confusion here on IDE and python which are two different things.
IDE loads python,
python run on it's own does not use IDE.



Quote:C:\Users\AbdulKaDer Anwar>python

when i type the command python in windows cmd, the cursor is blinking and it takes quite sometime to load the below prompt

C:\Users\AbdulKaDer Anwar>python
Python 3.8.3 (tags/v3.8.3:6f8c832, May 13 2020, 22:20:19) [MSC v.1925 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>

thanks for your time to respond :)


RE: opening python from the command line takes a long time to load? - Larz60+ - Jun-21-2020

python should only take a few seconds to run.
You may have other issues with your OS.
yo can try re-istalling.


RE: opening python from the command line takes a long time to load? - abdulkaderanwar - Jun-22-2020

(Jun-21-2020, 12:43 PM)Larz60+ Wrote: python should only take a few seconds to run.
You may have other issues with your OS.
yo can try re-istalling.

thanks for your support. Even reinstall didn't fixed.

added python path to User variable and system variable and moved to the top.

now all good Dance

thanks :)