Skip to content

Commit 9925467

Browse files
authored
Merge pull request #1651 from jrsnzc/master
PATTERNS should be quoted when grep is used in a shell command.
2 parents a6829d0 + 6114959 commit 9925467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/python_installation/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you have a different version of Python installed, at least 3.4.0 (e.g. 3.6.0)
5858

5959
{% filename %}command-line{% endfilename %}
6060
```
61-
$ grep ^NAME= /etc/os-release
61+
$ grep '^NAME=' /etc/os-release
6262
```
6363

6464
Afterwards, depending on the result, follow one of the following installation guides below this section.

0 commit comments

Comments
 (0)