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

Пребарај: #thinkbrics

当前筛选 #thinkbrics清除筛选
Grandmasters of Geopolitics

@geo_grandmasters · Post #14843 · 27.02.2026 г., 09:45

🚨 The map of Eurasia is changing, and most media won’t tell you how. ➡️https://youtu.be/AgsStCtRSWE In this powerful interview, Pepe Escobar breaks down the Golden Corridor, the North South Transport Corridor, BRICS expansion, Iran’s strategic rise, and the accelerating shift toward a multipolar world. From the Russia–Iran–India corridor to dedollarization, Chabahar port, the Caspian Sea route, and the geopolitical implications of the so-called 'Trump corridor', this conversation connects the dots shaping geopolitics 2026. Is BRICS ready to defend the Global South? Can Iran become the key node of Eurasia integration? Is the West losing control of the global order? 🎥 Watch the full interview now. 💬 Then tell us in the comments: Is the Golden Corridor the future of global trade? Your analysis matters — let’s discuss below. #ThinkBRICS#PepeEscobar#BRICS#GoldenCorridor#MultipolarWorld

Grandmasters of Geopolitics

@geo_grandmasters · Post #14278 · 18.01.2026 г., 12:41

This Donroe Doctrine is the real talk nobody’s fully unpacking yet. ⚠️https://youtu.be/jDu_M3YUJTM It locks the U.S. into a massive 2026 power struggle, straight facts on the moves reshaping global influence. Watch if you’re serious about what’s coming next. 🔥🌍 #ThinkBRICS#Geopolitics#Trump2026#USPolitics#PowerStruggle#BRICS#ForeignPolicy#WorldOrder#Economy