diff --git a/wiki/linux/package_manager/pacman_and_aur.md b/wiki/linux/package_manager/pacman_and_aur.md index de3c225..c172395 100644 --- a/wiki/linux/package_manager/pacman_and_aur.md +++ b/wiki/linux/package_manager/pacman_and_aur.md @@ -314,8 +314,8 @@ This section is based on a In this case the error stems from a missing package. Normally it can easily be fixed by installing that corresponding package. -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`. +But please note that [pyenv](/wiki/programming_language/python.md#pyenv-installation) can hide +packages if the 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 packages are also installed via [Pacman or Yay](#arch-linux-pacman-and-yay). In this case the global Version has to be changed to `system` or the package installed to the diff --git a/wiki/programming_language.md b/wiki/programming_language.md new file mode 100644 index 0000000..8587807 --- /dev/null +++ b/wiki/programming_language.md @@ -0,0 +1,16 @@ +# Programming Language + +A programming language is a language for expressing computer programs. + +## List of Programming Languages + +The following is a list of programming languages that are featured in this wiki. + +- [C](/wiki/programming_language/c.md) +- [Go](/wiki/programming_language/go.md) +- [Nim](/wiki/programming_language/nim.md) +- [Python](/wiki/programming_language/python.md) +- [Rocq](/wiki/programming_language/rocq.md) +- [Rust](/wiki/programming_language/rust.md) +- [VHDL](/wiki/programming_language/vhdl.md) +- [Viper](/wiki/programming_language/viper.md) diff --git a/wiki/programming_language/c-language.md b/wiki/programming_language/c.md similarity index 100% rename from wiki/programming_language/c-language.md rename to wiki/programming_language/c.md diff --git a/wiki/programming_language/golang.md b/wiki/programming_language/go.md similarity index 100% rename from wiki/programming_language/golang.md rename to wiki/programming_language/go.md