Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

It used to open new command line window before, but now it is not happening in gvim. I want to run my python file and get output in somewhat like this window

The commandline output I meant

But the appearance is following:

The real output

edit - I have a doubt that why didn't !python % work for me? It worked before and showed output in new commandline window like before. Here is my vimrc My vimrc

question from:https://stackoverflow.com/questions/65883677/how-do-i-run-python-file-in-new-commandline-window-in-gvim

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.0k views
Welcome To Ask or Share your Answers For Others

1 Answer

Under Windows make use of :h :!start like this:

:!start python %

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

86.3k users

...