Skip to main content
12 events
when toggle format what by license comment
Nov 10, 2019 at 8:31 comment added enthu this calls cmd window. can we call powershell instead?
Jan 30, 2018 at 18:36 comment added Gabriel Staples Doesn't work on Python 3. For that see my answer here: stackoverflow.com/a/48528175/4561887
Jan 29, 2018 at 18:31 comment added Stevoisiak It's worth noting this solution requires adding Python to your PATH. It works by opening the Command Line and typing python "$(FULL_CURRENT_PATH)"
Dec 10, 2017 at 19:28 review Suggested edits
Dec 10, 2017 at 21:49
Jul 4, 2017 at 16:05 comment added SwampYeti This works and is easier to configure IMO. Also add -i for the window to stay open cmd /K python -i "$(FULL_CURRENT_PATH)"
May 23, 2017 at 11:47 history edited URL Rewriter Bot
replaced http://stackoverflow.com/ with https://stackoverflow.com/
S Feb 17, 2017 at 22:05 history edited mkrieger1 CC BY-SA 3.0
added missing quotation marks at the end, minor formating improvements to reach 6 character limit (removed periods, italicized run command)
S Feb 17, 2017 at 22:05 history suggested Carambakaracho CC BY-SA 3.0
added missing quotation marks at the end, minor formating improvements to reach 6 character limit (removed periods, italicized run command)
Feb 17, 2017 at 21:45 review Suggested edits
S Feb 17, 2017 at 22:05
S Dec 9, 2014 at 21:23 history suggested Omsitelta CC BY-SA 3.0
The word python was missing
Dec 9, 2014 at 20:38 review Suggested edits
S Dec 9, 2014 at 21:23
Feb 24, 2014 at 15:18 history answered Matthieu Riegler CC BY-SA 3.0