Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: How can I run pycharm output in a separate terminal window like cmd in windows  (Read 5604 times)

0 Members and 1 Guest are viewing this topic.

Nikhil Joshua

    Topic Starter


    Rookie

  • Nikhil Joshua
    • www.njsoftpro.wordpress.com
  • Computer: Specs
  • Experience: Familiar
  • OS: Windows 8
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.

camerongray



    Expert
  • Thanked: 306
    • Yes
    • Cameron Gray - The Random Rambings of a Computer Geek
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Mac OS
You can just open another terminal, move to the directory containing your .py file then type
Code: [Select]
python filename.py to run it.