File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ TextMate
109
109
--------
110
110
111
111
`TextMate <http://macromates.com/ >`_ brings Apple's approach to operating
112
- systems into the world of text editors. By bridging UNIX underpinnings and
112
+ systems into the world of text editors. By bridging Unix underpinnings and
113
113
GUI, TextMate cherry-picks the best of both worlds to the benefit of expert
114
114
scripters and novice users alike.
115
115
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ need any configuration.
105
105
When using older versions, you can configure pip in such a way that it tries to
106
106
reuse already installed packages, too.
107
107
108
- On UNIX systems, you can add the following line to your :file: `.bashrc ` or
108
+ On Unix systems, you can add the following line to your :file: `.bashrc ` or
109
109
:file: `.bash_profile ` file.
110
110
111
111
.. code-block :: console
@@ -124,7 +124,7 @@ add the following line to your :file:`pip.ini` file under ``[global]`` settings:
124
124
125
125
download-cache = %HOME%\pip\cache
126
126
127
- Similarly, on UNIX systems you should simply add the following line to your
127
+ Similarly, on Unix systems you should simply add the following line to your
128
128
:file: `pip.conf ` file under ``[global] `` settings:
129
129
130
130
.. code-block :: console
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ package.
48
48
commandline tools by running ``xcode-select --install `` on the terminal.
49
49
50
50
51
- While OS X comes with a large number of UNIX utilities, those familiar with
51
+ While OS X comes with a large number of Unix utilities, those familiar with
52
52
Linux systems will notice one key component missing: a decent package manager.
53
53
`Homebrew <http://brew.sh >`_ fills this void.
54
54
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ package.
41
41
If you perform a fresh install of Xcode, you will also need to add the
42
42
commandline tools by running ``xcode-select --install `` on the terminal.
43
43
44
- While OS X comes with a large number of UNIX utilities, those familiar with
44
+ While OS X comes with a large number of Unix utilities, those familiar with
45
45
Linux systems will notice one key component missing: a package manager.
46
46
`Homebrew <http://brew.sh >`_ fills this void.
47
47
You can’t perform that action at this time.
0 commit comments