Computer Hope

Software => Computer programming => Topic started by: Nikhil Joshua on January 02, 2014, 06:42:04 PM

Title: How can I run pycharm output in a separate terminal window like cmd in windows
Post by: Nikhil Joshua on January 02, 2014, 06:42:04 PM
Im presently using Linux as my OS, I've installed pycharm community software and I want an the output of my code to be in a separate linux terminal.
Title: Re: How can I run pycharm output in a separate terminal window like cmd in windows
Post by: camerongray on January 03, 2014, 06:39:21 AM
You can just open another terminal, move to the directory containing your .py file then type
Code: [Select]
python filename.py to run it.