TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #210 · 3 фев.

Что делать если нужно поставить какую-то Python-библиотеку а root-прав нет? То есть в систему библиотеку никак и ничего не поставить. Есть как минимум два способа это решить правильно! 🔸 Сделать виртуальное окружение и ставить там что угодно. Это позволит создать полностью независимое исполняемое окружение для ваших приложений. Все библиотеки будут храниться в домашней директории юзера а значит доступ на запись имеется. Создать очень просто: python3 -m venv ~/venvs/myenvname Теперь активируем окружение # Linux source ~/venvs/myenvname/bin/activate # Windows %userprofile%\venvs\myenvname\Scripts\activate.bat Можно ставить любые библиотеки и запускать приложение. Это стандартный метод работы с любым проектом. Если еще не используете его, то пора начинать. Даже при наличии root доступа! 🔸 Бывает, что нет возможности запустить приложение из своего виртуального окружения. Например, его запускает какой-то сервис от вашего юзера и вставить активацию окружения вы не можете. В этом случае можно установить библиотеки для Python не глобально в систему, а только для юзера. Выполните этот код в консоли: python3 -m site Вы получите что-то такое: sys.path = [ '/home/user', '/usr/lib/python37.zip', '/usr/lib/python3.7', '/usr/lib/python3.7/lib-dynload', '/home/user/.local/lib/python3.7/site-packages', ... ] USER_BASE: '/home/user/.local' USER_SITE: '/home/user/.local/lib/python3.7/site-packages' ENABLE_USER_SITE: True Нас интересует параметр USER_SITE. Это путь к пользовательским библиотекам, которые доступны по умолчанию, если они есть. Именно сюда будут устанавливаться модули если добавить флаг --user при установке чего-либо через pip pip install --user requests Для этой команды не нужны root-права. После неё можно запускать системный интерпретатор без виртуальных окружений и установленная библиотека будет доступна для текущего юзера. Параметр USER_BASE показывает корневую директорию для хранения user-библиотек. Её можно изменить с помощью переменной окружения PYTHONUSERBASE export PYTHONUSERBASE=~/pylibs python3 -m site ... USER_BASE: '/home/user/pylibs' USER_SITE: '/home/user/pylibs/lib/python3.7/site-packages' Получается некоторое подобие виртуального окружения для бедных 😁 которое можно менять через эту переменную (не делайте так!Лучше venv!) 🔸 Дописывание пути в PYTHONPATH Этот способ не входит в список "двух правильных", но тоже рабочий. Здесь придётся сделать всё несколько сложней. Сначала ставим библиотеку в любое место указывая путь установки pip3 install -t ~/mylibs modulename Библиотека установится без привязки к какому-либо интерпретатору. То есть по умолчанию не будет видна. Теперь в нужный момент добавляем этот путь в sys.path или в PYTHONPATH. Не буду советовать так делать. Единственный раз когда этот способ мне пригодился и решил поставленную задачу, это при создании общей библиотеки для кластера компьютеров. Модули лежат в сети и подгружаются для всех из одного и того же места. То есть обновлять файлы требуется только один раз а не на всех хосты отдельно. Минусы такого подхода: ▫️Нужно всем хостам пробить нужный путь в .bashrc или ещё куда-то чтобы он сетапился на старте. ▫️Чем больше хостов тем больше нагрузка на сеть. Иногда такой способ не подходит именно по этой причине. Тогда Ansible вам в помощь. ▫️Не очень подходит если хосты с разными операционками. Некоторые библиотеки различаются для Linux и Windows (там, где есть бинарники) и приходится мудрить более сложные схемы. #tricks#basic

Резултати

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

Пребарај: #nest

当前筛选 #nest清除筛选

🥰 The New and Improved Nest.store is Live! After a short break, the marketplace for trading 📶Telegram gifts — nest.storeis back — refreshed and ready for a new season of digital deals. 🎁What’s new? ✔️ A complete redesign with an even more user-friendly interface — perfect for beginners 🎁 ✔️ Faster transactions and stronger protection ✔️ New mechanics for giveaways and great-value deals ✔️Just 5% commission🎁 — one of the lowest on the market! With nest.store, it’s not just about buying and selling Telegram gifts — it’s about winning, swapping smart, and enjoying the ride! 💙 🎁Explore nest.store — it’s live! #Nest#TelegramGifts#TON

🎁Gifts Giveaway To participate subscribe 1 Channel: @tonevents_en Prize pool (7 Gifts): Jack-in-the-Box #28785 Jack-in-the-Box #28304 Jack-in-the-Box #58809 Jack-in-the-Box #28166 Jack-in-the-Box #53131 Jack-in-the-Box #19667 Jack-in-the-Box #16181 🎁 Giveaway Powered by @nestore_robot #Nest#Telegram#Gifts#TON

🔥NEST Exchange NFT Sale Begins!🎰🎰 🪺DEX Aggregator Nest is more than just a DEX. It is a multifunctional platform with many features. The long-awaited product launch is coming soon. It is currently in the MVP stage, token swaps should be launched today. NEST NFTs are digital assets that provide access to unique features of the NEST platform. Owning these NFTs improves trading capabilities and unlocks additional privileges. 🪺Main types of NFTs Fast Transaction — access to the fast transaction mode, where transactions are carried out several times faster than on standard DEX exchanges. Sniper — the ability to almost instantly, automatically buy tokens when liquidity appears, which allows you to get the best entry point at the time of listing 🪺Benefits for NFT holders ⚡️For Fast Transaction NFT holders: ✔️ Unlimited access to fast transaction mode. Owners of these NFTs get lifetime access to fast swaps, which significantly reduces the time it takes to complete transactions. ✔️ Access to the closed NEST community Holders will be able to join an exclusive community where they can share experiences and knowledge. ✔️ Direct communication with the project team and the founder The privilege of interacting directly with the developers. ✔️ NEST merch and physical goods Unique products and merch provided exclusively for NFT holders. ✔️ Cashback 7.5% of transactions ✔️ Advanced referral system Increased bonuses for attracting new users. ✔️ Additional income in project points (NP) These points can be exchanged for tokens after the $NEST launch, increasing long-term profitability. ✔️ Airdrops from collaborations with other projects Owners will receive exclusive drops from NEST partner projects. ➡️For Sniper NFT holders: ✔️ Unlimited access to Quick Transaction Mode and Sniper Mode. Sniper NFT holders will be able to use Sniper Mode without restrictions. ✔️ Access to the closed NEST community and communication with the team. Includes all the perks of Fast Transaction NFT, but with additional opportunities for snipers. ✔️ NEST merch and physical goods Like Fast Transaction NFT holders, they will receive unique physical goods. ✔️ Cashback 10% from transactions ✔️ Expanded referral system and additional income in points (NP). Attracting users and participating in trading will bring Sniper NFT owners additional bonuses and points, which can be exchanged for $NEST token in the future. 👤Whitelist for participation in the $NEST token presale Sniper NFT holders will have privileged access to early rounds of the token sale, opening up additional investment opportunities. 🎁 Airdrops from collaborations with other projects Just like the Fast Transaction NFT, Sniper NFT holders will receive drops from partners. 🪺Limited quantity NFTs will be released in limited quantities via the #NEST platform Launchpad, increasing their value. 🔥Participate NFT-sale 🎰🎰Discount for whitelist owners. If you are not there yet, you should hurry:Mint\Add to Whitelist #NFT#TON#DEX#DYOR#NFR

🪺The new Telegram Gifts marketplace is here! 🎁Nest Store is the first p2p Telegram gift marketplace where all transactions are fully automated and easy to use. The marketplace is based on the P2P principle — a direct transaction between users without intermediaries and without the need to transfer gifts to the guarantor. Everything is as transparent and safe as possible. 🍪 🍪 The commission is only 5% per transaction, and for NEST NFT owners, trading is completely commission-free! For now, Nest Store is only for gift trading, but very soon the following will appear: ✔️ NFT marketplace ✔️ Sticker store ✔️ Star Shop 🎁Invite your friends and get a 40% commission on the sale of his gifts.The action is available for 3 days! 🎆 🍭Try Nest Store right now! #Nest#Telegram#p2p#Gifts