1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-10-09 09:27:53 +02:00

renamed programming languages to programming language

This commit is contained in:
tiyn 2025-10-02 01:40:55 +02:00
parent 0eab8be04e
commit 712d002e6d
7 changed files with 2 additions and 2 deletions

View File

@ -303,7 +303,7 @@ This section is based on a
In this case the error stems from a missing package. In this case the error stems from a missing package.
Normally it can easily be fixed by installing that corresponding package. Normally it can easily be fixed by installing that corresponding package.
But please note that [pyenv](/wiki/programming_languages/golang.md#setup) can hide packages if the But please note that [pyenv](/wiki/programming_language/golang.md#setup) can hide packages if the
global Python version is set to something other than `system`. global Python version is set to something other than `system`.
This is especially the case on [Arch Linux-systems](/wiki/linux/arch-linux.md) because Python This is especially the case on [Arch Linux-systems](/wiki/linux/arch-linux.md) because Python
packages are also installed via [Pacman or Yay](#arch-linux-pacman-and-yay). packages are also installed via [Pacman or Yay](#arch-linux-pacman-and-yay).

View File

@ -9,7 +9,7 @@ for LaTeX using the BibTeX format.
Papis can be installed on most [Linux](/wiki/linux.md) distributions by acquiring the `papis` Papis can be installed on most [Linux](/wiki/linux.md) distributions by acquiring the `papis`
package. package.
On some distributions there may be problems installing this from the official repository. On some distributions there may be problems installing this from the official repository.
Another option to install papis is to use [pip](/wiki/programming_languages/python.md). Another option to install papis is to use [pip](/wiki/programming_language/python.md).
Alternatively it can be downloaded from [the GitHub page](https://github.com/papis/papis). Alternatively it can be downloaded from [the GitHub page](https://github.com/papis/papis).
### Configuration ### Configuration