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

Резултати

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

Пребарај: #realfi

当前筛选 #realfi清除筛选
Go! Announcements

@gorwachain_announcements · Post #512 · 28.08.2024 г., 12:13

⚡️Go! Smartchain is bridging the gap with Realfi, a ground breaking hybrid financial system⚡️ Peruse through the Go! Blog posts for some special knowledge 🔗https://gosmartchain.ai/blog RealFi is a revolutionary approach that combines the stability of the traditional financial system with the innovations of DeFi. It's profitability to you can be seen in the; 1️⃣ Lower costs 2️⃣ Enhanced liquidity 3️⃣ Improved security 4️⃣ Greater accessibility 5️⃣ Innovative financial products With Go!, you can access essential services and make a positive impact on your community. Join the RealFi revolution now💪 #finance#Realfi#Defi#Innovation#blockchain Join: 🐣X✉️Chat✉️News🤖Discord Play: 🕹️TON App💻Web App Info: 🖥Newsletter🌐Website🌐Blog

Go! Announcements

@gorwachain_announcements · Post #510 · 27.08.2024 г., 13:18

🌟 Revolutionize with RealFi by Go! SmartChain AI! 🌟 Here's a sneak peak into how Realfi is transforming communities with Go!👇 🔗https://goplatform.io/blog/introducing-realfi-transforming-communities-with-decentralized-ai RealFi represents a significant leap in integrating AI, blockchain, and community-driven initiatives With the ability to tokenize anything in seconds, RealFi makes the process simple, fun, and rewarding for you to participate and benefit. Join Go! on this transformative journey. #Realfi#Gosmartchain#AI#blockchain#tokenize ------------------------- Join: 🐣X✉️Chat✉️News🤖Discord Play: 🕹️TON App💻Web App Info: 🖥Newsletter🌐Website🌐Blog

Go! Announcements

@gorwachain_announcements · Post #1056 · 13.10.2025 г., 19:08

Every transaction tells a story. Validated. Broadcast. Secured on Go! SmartChain. This is how real-world value becomes digital — fast, transparent, and verified. 💡 Try it yourself: https://app.gosmartchain.ai #GSMC#GoSmartChain#RWA#RealFi#Blockchain

Go! Announcements

@gorwachain_announcements · Post #547 · 11.09.2024 г., 14:13

🚀 Ready to build & secure the future of decentralized finance? Dive into a day in the life of a developer & validator on the Lysa Testnet! Learn how to create dApps, validate blocks, and earn rewards on Go! SmartChain AI. Explore more👇 👉https://tally.so/r/wQYoxl #Blockchain#DeFi#RealFi#LysaTestnet#GoSmartChain#developers#validators#BlockchainGaming ----------------- Join: 🐣X✉️Chat✉️News🤖Discord Play: 🕹️TON App💻Web App Info: 🖥Newsletter🌐Website🌐Blog