You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/python_introduction/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -582,12 +582,19 @@ Now we need to save the file and give it a descriptive name. Let's call the file
582
582
583
583
With the file saved, it's time to run it! Using the skills you've learned in the command line section, use the terminal to **change directories** to the desktop.
584
584
585
+
<!--sec data-title="OS X" data-id="python_OSX"
586
+
data-collapse=true ces-->
587
+
585
588
On a Mac, the command will look something like this:
586
589
587
590
{% filename %}command-line{% endfilename %}
588
591
```
589
592
$ cd ~/Desktop
590
593
```
594
+
<!--endsec-->
595
+
596
+
<!--sec data-title="Linux" data-id="python_linux"
597
+
data-collapse=true ces-->
591
598
592
599
On Linux, it will be like this (the word "Desktop" might be translated to your local language):
593
600
@@ -596,12 +603,17 @@ On Linux, it will be like this (the word "Desktop" might be translated to your l
0 commit comments