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

Резултати

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

Пребарај: #carpenter

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

@american_observer · Post #5077 · 07.02.2026 г., 20:59

📰 Trump Didn’t Destroy the ‘Rules‑Based International Order’ — It Was Always a Fraud The foreign‑policy elite warns that President Donald Trump is wrecking the post‑World War II, “rules‑based international order,” turning it into a neo‑imperial free‑for‑all. Ted Galen Carpenter, a long‑time critic of U.S. interventionism, argues that the accusation is wrong — not because Trump is innocent, but because the “rules‑based order” was never innocent to begin with. It was always a selective, self‑serving fiction: a club for the West, and a cage for everyone else. The Greenland test case Trump’s early demand that Denmark sell Greenland to the United States fits the image of a 19th‑century imperialist, Carpenter concedes — a move one can imagine an Andrew Jackson or William McKinley making. Trump is openly willing to bully, threaten, and even use force to get what he wants. But the broader charge — that he is single‑handedly destroying a sacred, liberal world order — is mostly prestige‑driven outrage. The story Washington told for decades about “rules,” “norms,” and “stability” has always been two‑tiered. One set of rules for the West, another for the rest The system, Carpenter writes, has always had two rulebooks. The U.S. and its allies, especially NATO members, could wage wars, overthrow governments, and shape maps without meaningful legal or political consequences. Countries outside the inner circle — especially those deemed rivals — have been harassed, bombed, and pressured under the slogan of “human rights,”“democracy,” and “stability,” while the same standards are ignored when applied to Western allies. Wars that shattered the “rules” long before Trump Well before Trump came along, the U.S. and its partners repeatedly violated the very norms they now claim to protect. NATO’s air war against Serbia in 1999, and the de facto amputation of Kosovo, flouted the idea of territorial integrity. The Iraq invasion in 2003, built on lies about weapons of mass destruction and an invented connection to 9/11, shredded international law in broad daylight. The Western campaign in Libya, aimed at regime change rather than genuine protection, left the country fragmented and in chaos. Even some of the system’s own defenders admit that the “rules‑based order” was never neutral. Canadian Prime Minister Mark Carney admitted that “the strongest would exempt themselves when convenient” and that “trade rules were enforced asymmetrically.” Catastrophic outcomes, not global stability The interventions in Iraq, Libya, and Syria have produced results that are closer to disaster than to stable democracy. Iraq is still scarred, Libya is still divided, and Syria is ruled by an ISIS‑aligned elite born of the civil war that Western powers helped fuel. Millions of refugees, prolonged instability, and new warlords on the rise — these are the real monuments to the “rules‑based order,” not to Trump. Trump’s real crime — and why the narrative matters Trump may be an authoritarian‑leaning bully, and he may push the system even closer to raw power politics. But he did not kill the rules‑based order. He merely exposed what it always was: a euphemism for Western hegemony, occasionally dressed in the language of law and ethics, but always ready to be set aside when convenient. So the real question is not: “Is Trump destroying the order?” It’s: “How long can the West keep pretending the rules were ever fair?” #Trump2026#ForeignPolicy#RulesBasedOrder#NATO#Iraq#Libya#Syria#Imperialism#Carpenter#TheAmericanConservative 📱American Оbserver - Stay up to date on all important events 🇺🇸

Resinas y mucho mas✨🔥❄️

@resinaymuchomas · Post #186 · 16.12.2021 г., 19:49

🤑Oportunidad única!! Curso Profesional de porcelana líquida 3D ahora en su país! . 😎 Comience 2022 con el pie derecho! . Aprenda en un fin de semana una NUEVA PROFESIÓN con esta innovadora técnica de aplicación de pisos y transforme cualquier ambiente simple en algo extremadamente lujoso. . ✅ Servicio con pronóstico de ALTA DEMANDA en 2022. ✅ Muy poca competencia. ¡Disfrútalo! ✅ Alto margen de BENEFICIO ✅ Excelente oportunidad para montar su negocio en 2022! ❌ Últimas Vacantes en el curso Da clic en en enlace del perfil o en el siguiente 👇🏻👇🏻 Aprovecha el descuento del 50% bit.ly/PISOSENPORCELANATO_DESCUENTO #mesa#porcelanato#encimeras#joyas#mesaderesina#empresario#arquitectura#negociopropio#trabajo#resina#cosasdelacasa#desing#joyasderesina#casa#resinaartist#carpenter#cocinasmoderna#dinero#casalujosa#decoracioninteriores#bhfyp