mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #956 from apjanke/Unix-not-UNIX
Use "Unix" instead of "UNIX" consistently
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ TextMate
|
|||||||
--------
|
--------
|
||||||
|
|
||||||
`TextMate <http://macromates.com/>`_ brings Apple's approach to operating
|
`TextMate <http://macromates.com/>`_ brings Apple's approach to operating
|
||||||
systems into the world of text editors. By bridging UNIX underpinnings and
|
systems into the world of text editors. By bridging Unix underpinnings and
|
||||||
GUI, TextMate cherry-picks the best of both worlds to the benefit of expert
|
GUI, TextMate cherry-picks the best of both worlds to the benefit of expert
|
||||||
scripters and novice users alike.
|
scripters and novice users alike.
|
||||||
|
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ need any configuration.
|
|||||||
When using older versions, you can configure pip in such a way that it tries to
|
When using older versions, you can configure pip in such a way that it tries to
|
||||||
reuse already installed packages, too.
|
reuse already installed packages, too.
|
||||||
|
|
||||||
On UNIX systems, you can add the following line to your :file:`.bashrc` or
|
On Unix systems, you can add the following line to your :file:`.bashrc` or
|
||||||
:file:`.bash_profile` file.
|
:file:`.bash_profile` file.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
@@ -124,7 +124,7 @@ add the following line to your :file:`pip.ini` file under ``[global]`` settings:
|
|||||||
|
|
||||||
download-cache = %HOME%\pip\cache
|
download-cache = %HOME%\pip\cache
|
||||||
|
|
||||||
Similarly, on UNIX systems you should simply add the following line to your
|
Similarly, on Unix systems you should simply add the following line to your
|
||||||
:file:`pip.conf` file under ``[global]`` settings:
|
:file:`pip.conf` file under ``[global]`` settings:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ package.
|
|||||||
commandline tools by running ``xcode-select --install`` on the terminal.
|
commandline tools by running ``xcode-select --install`` on the terminal.
|
||||||
|
|
||||||
|
|
||||||
While OS X comes with a large number of UNIX utilities, those familiar with
|
While OS X comes with a large number of Unix utilities, those familiar with
|
||||||
Linux systems will notice one key component missing: a decent package manager.
|
Linux systems will notice one key component missing: a decent package manager.
|
||||||
`Homebrew <http://brew.sh>`_ fills this void.
|
`Homebrew <http://brew.sh>`_ fills this void.
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ package.
|
|||||||
If you perform a fresh install of Xcode, you will also need to add the
|
If you perform a fresh install of Xcode, you will also need to add the
|
||||||
commandline tools by running ``xcode-select --install`` on the terminal.
|
commandline tools by running ``xcode-select --install`` on the terminal.
|
||||||
|
|
||||||
While OS X comes with a large number of UNIX utilities, those familiar with
|
While OS X comes with a large number of Unix utilities, those familiar with
|
||||||
Linux systems will notice one key component missing: a package manager.
|
Linux systems will notice one key component missing: a package manager.
|
||||||
`Homebrew <http://brew.sh>`_ fills this void.
|
`Homebrew <http://brew.sh>`_ fills this void.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user