Difference between revisions of "Windows Python scripts"
Jump to navigation
Jump to search
→Run the script: specify PowerShell
imported>Mako m (fix links) |
imported>Fhocutt (→Run the script: specify PowerShell) |
||
(4 intermediate revisions by 2 users not shown) | |||
<pre>
print
</pre>
# Start a new terminal prompt. See the [[Windows terminal navigation|terminal navigation on Windows]] instructions for the steps to do this. Recall that a terminal prompt will look like <code>C:\</code> and a Python prompt will look like <code>>>></code>. Make sure you are at a terminal prompt and not a Python prompt; if you are at a Python prompt, you can type <code>exit()</code> on a line by itself and then press enter to exit Python and return to a terminal prompt.
# Navigate to your Desktop directory from a PowerShell terminal prompt, using the <code>
# Once you are in your Desktop directory, you'll see <code>hello.py</code> in the output of <code>
# Type
<pre>
print
</pre>
|