Первая директория в sys.path
🔸 Когда вы запускаете Python-интерпретатор в интерактивном режиме, в системные пути (sys.path) в самое начало добавляется текущая рабочая директория
>>> for path in sys.path:
... print(f'"{path}"')
""
"/usr/lib/python37.zip"
"/usr/lib/python3.7"
...
Первая строка пустая, что и означает текущую рабочую директорию.
🔸 Если вы запускаете интерпретатор передавая скрипт как аргумент, то история получается иная. На первом месте будет директория в которой располагается скрипт. А текущая рабочая директория игнорируется.
Пишем скрипт с таким содержанием:
# script.py
import sys
for path in sys.path:
print(f'"{path}"')
Запускаем
python3 /home/user/dev/script.py
Получаем
"/home/user/dev"
"/usr/lib/python37.zip"
"/usr/lib/python3.7"
...
🔸 Если вы запускаете скрипт по имени модуля то на первом месте будет домашняя директория текущего юзера
python3 -m script
"/home/user"
"/usr/lib/python37.zip"
"/usr/lib/python3.7"
...
Скрипт должен быть доступен для импорта
На что это влияет?
На видимость модулей для импорта. Если вы ждёте, что, запустив скрипт по пути, сможете импортировать модули из текущей рабочей директории, то вы ошибаетесь. Придётся добавлять путь os.getcwd() в sys.path самостоятельно или заранее объявлять переменную PYTHONPATH.
#basic
⚡️TapSwap Community: Major News Incoming Tomorrow!
#TapSwapBeta#SkillGaming#Web3Games
TapSwap Community announces a major update about their private beta launching tomorrow, featuring three exclusive skill-based games in Telegram. Limited spots are available, and interested participants should prepare to apply using a Google form link with their Telegram handle.
Source: link
@tonlines
TapSwap Community: Elevate Your Gaming Skills with Precision
#SkillGaming#TapToWin#ClassicWithCrypto
The TapSwap Community emphasizes skill and precision in classic games like Tetris, Solitaire, and Bubble Shooter. Players are encouraged to hone their focus and ability to outplay and earn, adding purpose to their gaming experience.
Source: link
@tonlines
🎮TapSwap officially launched the beta!
The project has made an important step forward — now skill games are available for the first testers directly in Telegram. Convenient format, fast loading and no unnecessary actions.
What's included in the beta:
• 🎯 Three games where the outcome depends on your skills
• 💰 Integration with $TAPS
• 📲 Access via Telegram mini-app
⚠️ At the current stage, only selected users have access to the beta.
If you are among them, you can already try out the platform before the official release.
🗓The public launch is scheduled for early June.
#TapSwap#БетаЗапуск#SkillGaming#Web3UA
Bot link:tapswap_bot📱
Nigeria Football Hub
🎮TapSwap officially launched the beta!
The project has made an important step forward — now skill games are available for the first testers directly in Telegram. Convenient format, fast loading and no unnecessary actions.
What's included in the beta:
• 🎯 Three games where the outcome depends on your skills
• 💰 Integration with $TAPS
• 📲 Access via Telegram mini-app
⚠️ At the current stage, only selected users have access to the beta.
If you are among them, you can already try out the platform before the official release.
🗓The public launch is scheduled for early June.
#TapSwap#БетаЗапуск#SkillGaming#Web3UA
Bot link:tapswap_bot📱
INSIDER USA 👉🏻 Subscribe