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 слични објави

Пребарај: #islamophobia

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

@Marwa_OsmanLB · Post #3976 · 06.02.2025 г., 14:55

Italy’s right-wing Northern League party has proposed a controversial bill to ban the wearing of the hijab in public places and schools. Led by Matteo Salvini, the bill targets Islamic veils, including burqas and niqabs. Salvini insists on zero tolerance for practices that, in his view, undermine freedoms. #Italy#HijabBan#Islamophobia#MatteoSalvini

We want you

@we_want_youu · Post #4241 · 16.08.2024 г., 01:53

Location - Pilibhit, UP, In the case of acid attack on an LLB female Muslim student .the police have arrested #Atul, who threw acid on a girl ,Atul was wearing a burqa. Atul was shot in the leg in the encounter. The victim is also learning the skills of advocacy from the same lawyer... where Atul Munshi is. Both of them had a good friendship.. the girl was not talking to the young man for some reason. Atul had thrown acid to teach the girl a lesson. The use of burqa was taken so that identification could not be done. But the police provided complete treatment to the accused within 36 hours and sent him to jail. #UttarPradesh #Islamophobia #womensafty #wewantyou @AlJajeera