Lx4U-book/docs/build-system/python.md
2021-06-12 11:36:48 +03:00

28 lines
1015 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<pkg :name="'python'" instsize showsbu2></pkg>
## Настройка
<package-script :package="'python'" :type="'configure'"></package-script>
## Сборка
<package-script :package="'python'" :type="'build'"></package-script>
## Установка
<package-script :package="'python'" :type="'install'"></package-script>
## Тестирование
<package-script :package="'python'" :type="'test'"></package-script>
!> На данном этапе, тестирование Python не рекомендуется производить. Тесты могут зависнуть. При желании, проведите тесты при переустановке пакета Python, но уже в Extra-книге.
## Установленные файлы
Программы: 2to3, idle3, pip3, pydoc3, python3 и python3-config
Библиотеки: libpython3.9.so и libpython3.so
Директории: /usr/include/python3.9 и /usr/lib/python3
<script>
new Vue({ el: '#main' })
</script>