Мы уже знаем, что на текущую сессию интерпретатора изменение 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
#NULS/USDT analysis :
#NULS is currently in a bearish trend, trading below the 200 EMA and consistently making new lows. The price is testing the 200 EMA, with expectations of a rejection at this level, which will lead to a continuation of the bearish momentum and the formation of new lows.
TF : 4h
Entry : $0.2760
Target : $0.2150
SL : $0.3145
#NULS/USDT analysis :
#NULS is currently in a downtrend, establishing lower lows (LLs) and lower highs (LHs) below the 200 EMA. The price has retraced to the resistance zone, and it is anticipated that it will continue its bearish momentum, potentially testing lower levels.
TF : 4h
Entry : $0.2996
Target : $0.2667
SL : $0.3230
#NULS/USDT analysis -
#NULS is trading in a downtrend below the 200 EMA. The price is currently declining from resistance zone and is expected to test the support zone soon.
TF : 1H
Entry : $0.3080
Target : $0.2840
SL : $0.3246
#NULS/USDT analysis -
#NULS is in an uptrend, trading above the 200 EMA. After the breakdown of the previous swing high, the price is now sustaining this level and is expected to continue its bullish momentum to test new highs.
TF : 30min
Entry : $0.3237
Target : $0.3479
SL : $0.3171
#NULS result
2 nd target achieved in just 2 days ✅✅
One more huge quick profit 32%🤑💰🤑
👉 Still thinking? The more you wait more you lose profit
☎️ Contact @MichaelStrategiesVip for membership and grab next breakout signal
#NULS result
1 st target achieved in just 6 house ✅✅✅
One more huge quick profit 6.3%🤑💰🤑
👉 Still thinking? The more you wait more you lose profit
☎️ Contact @MichaelStrategiesVip for membership and grab next breakout signal
#NULS result
1rd target achieved in just 16 house ✅✅✅
One more huge quick profit 5%🤑💰🤑
👉 Still thinking? The more you wait more you lose profit
☎️ Contact @MichaelStrategiesVip for premium membership and grab next breakout signal
📉 Today the market is in a slight correction. This is good for me.
Any price drop, I regard as an opportunity to buy cryptocurrency at a good price.
Today I add to my portfolio - NULS (#NULS).
Bought it for $ 10, on the largest crypto-exchange Binance.
🎯 Long term investment.
The Motive to buy:
#NULS is ranked 168 in the CoinMarketCap rating.
The coin was not pumped! The price has retested the support zone of $0.2125-0.3798 and moves to the resistance zone of $1.1065-1.3249.
To continue the growth, it is necessary to consolidate above $1.3250.
Price projector points to growth towards $2.15.
🚀 Expected to grow from 85% to 460%.
😱 You can see my previous investment result here - https://bit.ly/30GlvN2