Run in terminal
I have some code where I use raw_input and it asks the user to drag the file for processing into terminal window, which creates the path to the file for the next section of the code.
I can do this fine when running from the terminal but how do I do this from within pycharm?
At the moment I have to go out to terminal to run it.
thanks in advance
Please sign in to leave a comment.