Мы уже знаем, что на текущую сессию интерпретатора изменение 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
BitFuFu Secures Major Mining Deal
BitFuFu signs two-year agreement with Bitmain to purchase up to 80,000 S-series bitcoin mining machines for self-operated mining. More details on the deal here: link
#Bitcoin#BitFuFu#Bitmain#Mining#Miners#Crypto
🖤Blockchain Life 2025 Sum up
Dubai, Oct 23, 2024 — The 13th edition of the Blockchain Life Forum, the premier gathering for cryptocurrency leaders worldwide, recently concluded with an astounding attendance of over 12,119 participants.
😎 The forum showcased over 200 esteemed speakers, featuring industry pioneers and executives from top companies, including #OKX, #CoinMarketCap, #Bitmain, #Bybit, #Binance, #AnimocaBrands, #Circle, #BingX, #ICP, #Kraken, #TON and many more.
📱 The exhibition of crypto companies featured 125 amazingly beautiful booths. Major players such as #OKX, #Bitmain, #BingX, #KuCoin, #Bitget, #ListingHelp, and #Uminers.
🎧 As a spectacular finale to the forum, participants enjoyed the Legendary #AfterParty at one of the world’s premier clubs, SKY2.0. This informal networking event provided a platform for top industry figures to connect, complemented by a dazzling live performance from internationally celebrated artist French Montana, who thrilled over 1,200 attendees with his chart-topping hits.
See you at Blockchain Life 2025!
The early bird tickets and sponsorship application for Blockchain Life 2025 are already open – follow the link:
https://blockchain-life.com