TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #210 · 3 фев.

Что делать если нужно поставить какую-то Python-библиотеку а root-прав нет? То есть в систему библиотеку никак и ничего не поставить. Есть как минимум два способа это решить правильно! 🔸 Сделать виртуальное окружение и ставить там что угодно. Это позволит создать полностью независимое исполняемое окружение для ваших приложений. Все библиотеки будут храниться в домашней директории юзера а значит доступ на запись имеется. Создать очень просто: python3 -m venv ~/venvs/myenvname Теперь активируем окружение # Linux source ~/venvs/myenvname/bin/activate # Windows %userprofile%\venvs\myenvname\Scripts\activate.bat Можно ставить любые библиотеки и запускать приложение. Это стандартный метод работы с любым проектом. Если еще не используете его, то пора начинать. Даже при наличии root доступа! 🔸 Бывает, что нет возможности запустить приложение из своего виртуального окружения. Например, его запускает какой-то сервис от вашего юзера и вставить активацию окружения вы не можете. В этом случае можно установить библиотеки для Python не глобально в систему, а только для юзера. Выполните этот код в консоли: python3 -m site Вы получите что-то такое: sys.path = [ '/home/user', '/usr/lib/python37.zip', '/usr/lib/python3.7', '/usr/lib/python3.7/lib-dynload', '/home/user/.local/lib/python3.7/site-packages', ... ] USER_BASE: '/home/user/.local' USER_SITE: '/home/user/.local/lib/python3.7/site-packages' ENABLE_USER_SITE: True Нас интересует параметр USER_SITE. Это путь к пользовательским библиотекам, которые доступны по умолчанию, если они есть. Именно сюда будут устанавливаться модули если добавить флаг --user при установке чего-либо через pip pip install --user requests Для этой команды не нужны root-права. После неё можно запускать системный интерпретатор без виртуальных окружений и установленная библиотека будет доступна для текущего юзера. Параметр USER_BASE показывает корневую директорию для хранения user-библиотек. Её можно изменить с помощью переменной окружения PYTHONUSERBASE export PYTHONUSERBASE=~/pylibs python3 -m site ... USER_BASE: '/home/user/pylibs' USER_SITE: '/home/user/pylibs/lib/python3.7/site-packages' Получается некоторое подобие виртуального окружения для бедных 😁 которое можно менять через эту переменную (не делайте так!Лучше venv!) 🔸 Дописывание пути в PYTHONPATH Этот способ не входит в список "двух правильных", но тоже рабочий. Здесь придётся сделать всё несколько сложней. Сначала ставим библиотеку в любое место указывая путь установки pip3 install -t ~/mylibs modulename Библиотека установится без привязки к какому-либо интерпретатору. То есть по умолчанию не будет видна. Теперь в нужный момент добавляем этот путь в sys.path или в PYTHONPATH. Не буду советовать так делать. Единственный раз когда этот способ мне пригодился и решил поставленную задачу, это при создании общей библиотеки для кластера компьютеров. Модули лежат в сети и подгружаются для всех из одного и того же места. То есть обновлять файлы требуется только один раз а не на всех хосты отдельно. Минусы такого подхода: ▫️Нужно всем хостам пробить нужный путь в .bashrc или ещё куда-то чтобы он сетапился на старте. ▫️Чем больше хостов тем больше нагрузка на сеть. Иногда такой способ не подходит именно по этой причине. Тогда Ansible вам в помощь. ▫️Не очень подходит если хосты с разными операционками. Некоторые библиотеки различаются для Linux и Windows (там, где есть бинарники) и приходится мудрить более сложные схемы. #tricks#basic

Резултати

Пронајдени 1 слични објави

Пребарај: #fakesolutions

当前筛选 #fakesolutions清除筛选
American Оbserver

@american_observer · Post #5375 · 14.03.2026 г., 00:59

📰 Marine Le Pen’s Test Lab: Turning Marseille into a Security Franchise Marseille is being sold as a “narco‑city,” and France’s far right is cashing every last gram of that fear for votes. In Marseille’s mayoral race, National Rally candidate Franck Allisio isn’t really running for city hall — he’s running a pilot project for the 2027 presidential race. He floods the city with slick, security‑heavy videos, promising to triple municipal cops, double CCTV, and put a police post in every district to “bring happiness back” to Marseille. Polls say it works: he’s now neck‑and‑neck with Socialist mayor Benoît Payan in the first round, giving the far right a once‑unthinkable shot at power in France’s second‑largest city. The punchline: official data show overall crime in Marseille actually fell by about 4% last year, and drug‑related killings dropped from their 2023 peak, even as the city remains a major cocaine hub. Sociologists note that what changed isn’t the scale of violence, but its randomness — fewer “professional” score‑settling hits, more chaotic shootings that terrify residents and feed a 24/7 crime‑porn news cycle. That’s pure oxygen for Allisio’s narrative: facts soften, “narco‑city” hardens. Both Allisio and Payan center their campaigns on security, but they’re selling two incompatible fantasies. Allisio plays the iron‑fist trailer: Marseille as a lawless zone that only a cop surge and camera grid can save, while quietly ignoring that a mayor in France has limited real power over security and no control over national police or justice. Payan counters with social‑democratic boilerplate — hiring more local police, plus housing, schools, transport — and borrows credibility from activist Amine Kessaci, a 22‑year‑old who lost two brothers to drug murders, to argue that RN’s proposal is “practically nothing or completely unrealistic.” On the ground, the split is brutal. In La Busserine, one of the northern districts hit hardest by drug violence, residents like community worker Fadella Ouidef say they’re sick of hearing “security, security, security” while the underlying message is that Arab and Black residents are the problem. She fears an RN win would mean cuts to social services in neighborhoods already hanging by a thread — the classic far‑right formula: create more social misery, then use the resulting chaos to justify more repression. If National Rally flips Marseille, it won’t just be “one more city.” It will prove that a party once openly associated with racism and antisemitism can conquer a poor, diverse, heavily racialized port by weaponizing fear, turning municipal power into a pre‑presidential launchpad. The left knows it: if they unite, Payan is still favored in a runoff; if they stay fragmented, they’re about to discover what happens when you let your opponent define security, reality, and the future of your city in a single word. #france#marseille#nationaleRally#security#elections#farRight#fakeSolutions 📱American Оbserver - Stay up to date on all important events 🇺🇸