Где хранятся пакеты python linux

Where are the python modules stored?

If you import sys then run sys.path() , it shows all the paths for python. /usr/local/lib/python3.x/dist-packages worked for me.

In python 3.9, path is not a function, it’s A list of strings that specifies the search path for modules . docs

11 Answers 11

Usually in /lib/site-packages in your Python folder. (At least, on Windows.)

You can use sys.path to find out what directories are searched for modules.

If you want the location of a specific module, import it and look at it’s __file__ attribute. Works for most of them.

@NoufalIbrahim your answer is worth like the answer itself. TY. you can append it to make it bold for users.

On python command line, first import that module for which you need location.

For example to find out «pygal» location:

import pygal print(pygal.__file__) 
/anaconda3/lib/python3.7/site-packages/pygal/__init__.py 

Sample output of pip show tensorflow :

Name: tensorflow Version: 2.1.1 Summary: TensorFlow is an open source machine learning framework for everyone. Home-page: https://www.tensorflow.org/ Author: Google Inc. Author-email: packages@tensorflow.org License: Apache 2.0 Location: /home/user/.local/lib/python3.6/site-packages Requires: termcolor, six, astor, numpy, grpcio, absl-py, protobuf, tensorflow-estimator, tensorboard, gast, keras-applications, opt-einsum, wheel, keras-preprocessing, google-pasta, scipy, wrapt Required-by: tf-models-official 

The installed location is shown at Location:/home/user/.local/lib/python3.6/site-packages .

Источник

Where Are Python Packages Installed in Linux

By reading this tutorial, you will learn where the Python packages and modules are installed in your system and other Linux distributions. But the most important teaching in this tutorial is in the last section, where you will learn how to find the Python packages without memorizing the directories independently of the Linux distribution or installation method.

All examples shown in this article include screenshots, making it easy for every Linux user to understand them independently of their knowledge level.

Previous Necessary Step: Learning the Installed Python Version

To follow all instructions described in this article, you must first know the Python version installed in your system.

To learn it, you can use the ls command followed by the executable files path and replace the version with a wildcard as shown in the following:

Читайте также:  Узнать серийный номер дисков линукс

As you can see, there are two Python versions currently installed in my system: Python 3.9 and Python 2.7. The other paths belong to the symbolic links.

Where Are Python Packages Stored When Installed Without Packages Manager

If the Python installation was done from sources or from Python installation mechanisms (like easy_install or Python setup.py) and not from a packages manager like apt-get or aptitude among others, Python packages are stored under the /usr/local/lib/python/ directory.

This directory can be defined as universal and valid for almost every Linux distribution because it’s based on installation methods available for different distributions independently of their package managers. Of course, this is not valid when Python is installed using a specific distro packages manager.

If you compiled Python from sources or installed it using the setup.py or easy_install, you can check this location using the ls command as shown in the following screenshot where 3.10 must be replaced with your actual Python version.

Where Are Python Packages When Installed Through Pip

Python packages installed using the pip command are stored under the /usr/local/lib//dist-packages/pip/ directory.

You can find the correct location by using the pip command followed by the list option as shown in the following:

Where Are Python Packages Installed in Debian/Ubuntu Distributions

If you are a Debian, Ubuntu, or other based distribution and you installed Python through the dpkg packages manager or one of its frontends like apt-get, apt or aptitude, the packages are stored in the /usr/lib/python directory, as shown in the following image where 3.9 must be replaced with your actual Python version.

Note: As mentioned previously, if you don’t install Python using the dpkg, apt, apt-get or aptitude, the packages will have a different location described in the first section of this document.

Where Are Python Packages Installed in Red Hat Based Distributions & SUSE

Like in Debian/Ubuntu, Python packages without defined specific architecture are installed under the /usr/lib/python directory.

But specific architecture Python packages in Red Hat are stored under a descriptive directory like /usr/lib64/python .

Local Python packages are installed under /home//.local/lib/python/.

How to Find Installed Python Packages Independently of the Installation Method

Whatever is your Linux distribution, you can always use the find command to search the files by type, in this case to find the Python packages using its .py extension as shown in the following figure where /usr is the parent directory in the recursive search, -type f defines that you are searching files and not directories, and “*.py” is the extension of files that you are looking for.

Finding Python Modules

To find the Python modules, open the Python console by executing the python, where must be replaced with your actual Python version. Then, run the command help(“modules”) as shown in the following example:

In our case, using the Python 3, we execute the following code:

Then, we also execute this following code:

Conclusion

As you can see, Python packages are installed in different locations depending on the Linux distribution, installation methods, and in some cases, depending on the architecture. But the find command is useful to search all Python packages independently of the installation method, distribution, or architecture, and is a valid technique for every Linux distribution. Learning the program versions or how to find the files by type or extension is extremely easy and mandatory for all the Linux users independently of their knowledge level. It is important to clarify that while this article provides examples including Python 2, this version was discontinued and Python 3 is the current version, with many improvements. Always try to install Python using your Linux distribution packages manager, automatically resolving the dependencies and easing the removal process before problems.

Thank you for reading this article. We hope it was useful. Keep following Linux Hint for more professional Linux tips and tutorials.

About the author

David Adams

David Adams is a System Admin and writer that is focused on open source technologies, security software, and computer systems.

Источник

Где установлены пакеты Python в Linux

Прочитав это руководство, вы узнаете, где в вашей системе и других дистрибутивах Linux установлены пакеты и модули Python. Но самое важное учение в этом уроке находится в последнем разделе, где вы узнаете как найти пакеты Python, не запоминая каталоги, независимо от дистрибутива Linux или метода установки .

Все примеры, показанные в этой статье, содержат скриншоты, что позволяет каждому пользователю Linux легко понять их, независимо от уровня их знаний.

Предыдущий необходимый шаг: изучение установленной версии Python

Чтобы следовать всем инструкциям, описанным в этой статье, вы должны сначала узнать версию Python, установленную в вашей системе.

Чтобы узнать это, вы можете использовать команду ls, за которой следует путь к исполняемому файлу, и заменить версию подстановочным знаком, как показано ниже:

лс / usr / мусорное ведро / питон *

Как видите, в настоящее время в моей системе установлены две версии Python: Python 3.9 и Python 2.7. Остальные пути относятся к символическим ссылкам.

Где хранятся пакеты Python при установке без диспетчера пакетов

Если установка Python была выполнена из исходников или из механизмов установки Python (таких как easy_install или Python setup.py), а не из менеджера пакетов, такого как apt-получить или способность среди прочего, пакеты Python хранятся в папке /usr/local/lib/python / каталог.

Этот каталог можно определить как универсальный и подходящий почти для каждого дистрибутива Linux, поскольку он на основе методов установки, доступных для разных дистрибутивов независимо от их пакета менеджеры. Конечно, это неверно, если Python устанавливается с помощью менеджера пакетов определенного дистрибутива.

Если вы скомпилировали Python из исходников или установили его с помощью setup.py или же easy_install, вы можете проверить это местоположение с помощью команды ls, как показано на следующем снимке экрана, где 3.10 должен быть заменен вашей реальной версией Python.

лс / usr / местный / библиотека / питон3.10 /

Где находятся пакеты Python при установке через Pip

Пакеты Python, установленные с помощью команды pip, хранятся в папке /usr/local/lib/ /dist-packages/pip/ каталог.

Вы можете найти правильное местоположение с помощью точка команда, за которой следует список вариант, как показано ниже:

Где установлены пакеты Python в дистрибутивах Debian/Ubuntu

Если у вас Debian, Ubuntu или другой дистрибутив, и вы установили Python через дпкг менеджер пакетов или один из его интерфейсов, например способный получить, подходящий или же способность, пакеты хранятся в /usr/lib/python каталог, как показано на следующем изображении, где 3.9 должен быть заменен вашей реальной версией Python.

лс / usr / библиотека / питон3.9 /

Примечание: Как упоминалось ранее, если вы не устанавливаете Python с помощью дпкг, метко, метко-получить или же способность, пакеты будут иметь другое место, описанное в первом разделе этого документа .

Где установлены пакеты Python в дистрибутивах на основе Red Hat и SUSE

Как и в Debian/Ubuntu, пакеты Python без определенной конкретной архитектуры устанавливаются под /usr/lib/python каталог.

Но пакеты Python для конкретной архитектуры в Red Hat хранятся в описательном каталоге, например /usr/lib64/python.

Локальные пакеты Python устанавливаются в /home/ /.local/lib/python / .

Как найти установленные пакеты Python независимо от метода установки

Каким бы ни был ваш дистрибутив Linux, вы всегда можете использовать найти команда для поиска файлов по типу, в данном случае для поиска пакетов Python с использованием его .py расширение, как показано на следующем рисунке, где /usr является родительским каталогом в рекурсивном поиске, -тип ф определяет, что вы ищете файлы, а не каталоги, и «*.py” — это расширение файлов, которые вы ищете.

Поиск модулей Python

Чтобы найти модули Python, откройте консоль Python, выполнив команду python , куда должен быть заменен вашей реальной версией Python. Затем запустите команду помощь(«модули») как показано в следующем примере:

В нашем случае, используя Python 3, мы выполняем следующий код:

Затем мы также выполняем следующий код:

Вывод

Как видите, пакеты Python устанавливаются в разных местах в зависимости от дистрибутива Linux, методов установки и, в некоторых случаях, в зависимости от архитектуры. Но найти Команда полезна для поиска во всех пакетах Python независимо от метода установки, дистрибутива или архитектуры и является допустимым методом для любого дистрибутива Linux. Изучение версий программы или способов поиска файлов по типу или расширению чрезвычайно просто и обязательно для всех пользователей Linux, независимо от их уровня знаний. Важно уточнить, что, хотя в этой статье приведены примеры, включая Python 2, эта версия была снята с производства, а текущей версией является Python 3 со многими улучшениями. Всегда пытайтесь установить Python с помощью диспетчера пакетов дистрибутива Linux, автоматически разрешая зависимости и облегчая процесс удаления перед возникновением проблем.

Спасибо, что прочитали эту статью. Мы надеемся, что это было полезно. Продолжайте следовать Linux Hint, чтобы получить больше профессиональных советов и руководств по Linux.

Источник

Оцените статью
Adblock
detector