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

Резултати

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

Пребарај: #henoa

当前筛选 #henoa清除筛选
Quiet World 🍁

@QuietWorld · Post #7416 · 17.06.2020 г., 04:12

I sprayed her butt just a little with hand sanitizer because she keeps on biting wires on the desk.. I swear just a little 🥺 & she slowly sit there, lying down, with her eyes looking at me for a while until slowly falls asleep 🥺 she stopped biting the wires but I feel bad 🥺 Is she sad? or just tired? 🥺 #random#Henoa @quietworld🍃

Quiet World 🍁

@QuietWorld · Post #7401 · 15.06.2020 г., 06:42

Today, a thought strucked me; I love looking at cats especially high breed cat but I never wanted to buy and take care of high breed cat because I'm scared that I'm not able to take good care of it since high breed requires high maintenance.. So, I only wanted to take care of village cat, but then, I treat the village cat like high breed cat 😂 So.. why was I scared to adopt/buy high breed cat, right? I treat my village cat like royal anyway 😂 * currently waiting for my kitten to come back from home-based grooming service (waiting anxiously) * I hope she comes back here safe 🥺😢 #thoughts#cat#Henoa @quietworld🍃

Quiet World 🍁

@QuietWorld · Post #7402 · 15.06.2020 г., 07:48

Yeyy she's finally back from grooming 😍 Her nails clipped, ears cleaned and she smells good ☺❤ I'll get no more scars because her habit of climbing me 🤣 for now.. until her nails grow long and sharp again 🤣 Worth the wait.. from 12:30PM until 03:40PM🥰 #cat#Henoa#chupdate @quietworld🍃

Quiet World 🍁

@QuietWorld · Post #7450 · 27.06.2020 г., 23:02

Shopping for Henoa le Kitten again! 😍 Unplanned but I found item that I didn't know exist before that I think Henoa & I needs and I read lots of reviews saying that this shop sells a lot cheaper than other stores so why not? 😂 Will be making a video of unboxing these + review once they arrived and tested 🥰💞 Stay tuned for this video upload in my channel 🥰 #marcegetaway#youtube#kitten#Henoa @quietworld🍃