mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Use "Unix" instead of "UNIX" consistently
This commit is contained in:
@@ -105,7 +105,7 @@ need any configuration.
|
||||
When using older versions, you can configure pip in such a way that it tries to
|
||||
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.
|
||||
|
||||
.. 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
|
||||
|
||||
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:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
Reference in New Issue
Block a user