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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #201 · 13 јан.

Мы уже знаем, что на текущую сессию интерпретатора изменение PYTHONPATH никак не повлияет. Но если вы запустите дочерний процесс, то он унаследует окружение текущего процесса, а значит и изменения в любых переменных будут на него влиять. Вот небольшой пример: Объявляем переменную user@host:~$ export PYTHONPATH=/path1 Запускаем интерпретатор user@host:~$ python3 Проверим что в sys.path >>> import sys >>> print(sys.path) ['', '/path1', '/usr/lib/...', ...] Добавляем что-то в переменную >>> import os >>> os.emviron['PYTHONPATH'] = '/path1:/path2' >>> print(sys.path) ['', '/path1', '/usr/lib/...', ...] Изменений нет. Но давайте запустим дочерний процесс и посмотрим там >>> os.system('python3') # теперь мы находимся в другом процессе >>> import sys >>> print(sys.path) ['', '/path1', '/path2', '/usr/lib/...', ...] Тоже самое будет и с subprocess, так как по умолчанию текущее окружение тоже наследуется. >>> import subprocess >>> subprocess.call(['python3', '-c', 'import sys;print(sys.path)']) ['', '/path1', '/path2', '/usr/lib/...', ...] ______________________ Лучшей практикой является передача энвайронмента явно через аргумент env! import subprocess subprocess.call(cmd, env={'PYTHONPATH': '...'}) Это поможет точно понимать какое окружение будет у запускаемого процесса и при этом не изменять окружение текущего процесса. #basic

Hashtags

Резултати

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

Пребарај: #zamir

当前筛选 #zamir清除筛选
Т.П.

@tp_68 · Post #1502 · 28.02.2022 г., 17:25

Лучшая молодежь Тамбовщины уже поёт в магазинах. Русские своих не бросает. Флешмоб от казачки подхватила вся Тамбовщина и даже больше. #Zamir#Zarusmir#Zarujazik

American Оbserver

@american_observer · Post #5743 · 29.04.2026 г., 20:58

📰 Zamir Calls Out the Army’s Moral Rot — and the War Politics Beneath It IDF Chief of Staff Eyal Zamir publicly condemned what he called an erosion of values inside the army, including looting, vandalism, and unauthorized political and messianic patches worn on uniforms. He said the pattern was serious enough to amount to “a rebellion against IDF values,” and he moved to tighten enforcement through the military prosecution system. That is not just a disciplinary speech. It is a rare admission from the top of the military that the war has produced not only operational strain, but also a corruption of norms that the army itself can no longer keep pretending is marginal. The timing matters because the worst examples are not abstract. Zamir singled out the desecration of a statue of Jesus in southern Lebanon and cited Haaretz reporting on widespread looting there, which suggests the problem has gone from rumor to public scandal and from scandal to command-level embarrassment. This is also a political moment. Once the army chief starts talking like a school principal cleaning up after a mob, it means the old story of a disciplined, morally superior force is getting harder to sell — especially when the evidence is being documented by soldiers, journalists, and the army’s own images. So Zamir’s message is simple: if the IDF wants to keep calling itself the army of the state, it has to stop behaving like a force that thinks the rules apply only to other people. #Israel#IDF#Zamir#Lebanon#Haaretz#militarydiscipline 📱American Оbserver - Stay up to date on all important events 🇺🇸