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

Пребарај: #bidaskmemecontest

当前筛选 #bidaskmemecontest清除筛选

Bidask: $RAFF & $WEB3 Listings, MyTonWallet & DeWallet Integration + Meme Contest 🏴Two new tokens are now live on Bidask: • $RAFF — from the Ton Raffles ecosystem • $WEB3 — from the .ton domain ecosystem Both are now tradable in pairs against #TON. The WEB3/TON pool features boosted farming through August 5, with up to ~44% APR — rewards in $WEB3 scale based on daily trading volume: ➖ $12.5/day if volume > $10,000 ➖ $25/day if volume > $15,000 ➖ $37.5/day if volume > $18,000 ➖ $50/day if volume > $20,000 ➖ $67.5/day if volume > $23,000 ➖ $75/day if volume > $25,000 🏆Bidask Meme Contest Create a meme about Bidask Protocol, post it on X (Twitter) with the hashtag #BidaskMemeContest, and share it in the contest thread in the “meme contest thread” in the Bidask chat. Only memes posted in both X and the chat thread will qualify. Contest runs through August 7. Prizes include: 🥇 1st — Toy Bear #52238 🥈 2nd — Record Player #10315 🥉 3rd — Crystal Ball #3932 🏅 4th — Light Sword #7136 🏅 5th — Light Sword #72658 👛 Wallet Integrations #MyTonWallet and DeWallet (by DFC ecosystem) have added Bidask DEX support — making it even easier to swap and farm. 📈 Top APRs on Bidask DEX right now: • HYDRA/TON — ~1250% APR • TON/USDT — ~87% APR Bidask DEX |Channel #Bidask#WEB3#RAFF#DeFi#YieldFarming#CryptoNews#CryptoTrading#TON#TONBlockchain#DEX