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

Резултати

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

Пребарај: #stopgenocidenow

当前筛选 #stopgenocidenow清除筛选
Marwa Osman/MidEaStream

@Marwa_OsmanLB · Post #3487 · 19.10.2024 г., 03:44

In times like these, when reporting news has become a tool in the hands of empire, brainwashing people into accepting genocide under the false pretext of a "right to self-defense" for occupying powers against native populations, we must remember the truth-tellers. As occupation forces target journalists in #Gaza with sniper fire and bomb journalists in Lebanon, we are reminded of the courage of those who dared to expose the lies. Today, we remember @PressTV 's Serena Shim, a Lebanese-American journalist, who passed on October 19, 2014, in least to say mysterious circumstances. Serena had uncovered and reported a truth that many wanted buried: the smuggling of Al-Qaeda terrorists from Turkey to Syria, hidden on WHO trucks, to bring devastation to a nation. Her work highlighted how the powerful manipulate narratives and use humanitarian fronts to cloak their actions. Serena's bravery stands in stark contrast to the silence of many today. At a time when the powerful seek to erase voices and twist facts, let us honor her memory by sharing the stories that the empire wants to suppress. Let us remember that truth is the first casualty of war—and that we must keep it alive, for Serena, for the journalists under fire, and for all who suffer in silence. #RememberSerenaShim#TruthMatters#StopGenocideNow #SerenaShim