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

Резултати

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

Пребарај: #nebula

当前筛选 #nebula清除筛选
Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #484 · 09.12.2024 г., 16:44

MistOS - OFFICIAL | Android 15 | Nothing Phone (2) 📝 Details: - Version: v3.0 (Nebula) - Device: #Pong - Released: 09/12/24 ⬇️ Download: Gapps | Vanilla 📖 Changelogs: Device | Source 📔 Installation: Here 🖼 Screenshot : here 🆘 Support: Device 🏷 Tags: #AOSP#ROM#nebula#Official ✍️ Note: • Initial Android 15 • Clean flash recommended • Both Gapps and Vanilla build are available. • Dolby Atmos available. 🏆 Credits: - Chandu and drishal for DT - Hellboy for Meteoric kernel - Fabian & Hellboy for PA Glyph Implementation - Testers - laxus,devsaee and Italian style 😎 Maintainer : @Butterfingers443 x @AgBKartikey 🔔 Updates : @NothingPhone2Updates 💬 Chat : @NothingPhone2

Interesting Planet 🌍

@interesting_planet_facts · Post #1347 · 20.03.2026 г., 12:11

🌎 Giant clouds called molecular clouds are where new stars are born. These clouds, made mostly of hydrogen gas, can stretch for hundreds of light-years. The Orion Molecular Cloud Complex, one of the closest such regions, is located about 1,350 light-years from Earth and is home to thousands of young stars. ✨ #astronomy⚡#stars⚡#nebula 👉subscribe Interesting Planet 👉more Channels ​

Universe Mysteries 🪐

@cosmomyst · Post #208 · 02.09.2025 г., 00:11

🪐 In the galaxy NGC 1999, astronomers observed a mysterious, dark patch once believed to be a dense cloud of cosmic dust blocking light. However, further study revealed this region is actually a rare "hole" in the nebula—an empty cavity punched through the glowing gas by powerful stellar winds from young, massive stars, making it a striking example of cosmic sculpting at work. ✨ #nebula⚡#phenomena⚡#astronomy⚡#nasa⚡#galaxy⚡#stars⚡#universe⚡#cosmos⚡#space 👉subscribe Universe Mysteries ​

Universe Mysteries 🪐

@cosmomyst · Post #16 · 29.07.2025 г., 20:51

🪐 In the Carina Nebula, the massive star Eta Carinae is surrounded by strange, expanding clouds known as the Homunculus Nebula—vast lobes of gas and dust hurled into space by a series of explosive outbursts in the 19th century. These violent eruptions have sculpted one of the most complex and enigmatic structures ever observed, with glowing filaments and mysterious hidden cavities still being revealed by the Hubble Space Telescope. ✨ #EtaCarinae⚡#nebula⚡#mysteries 👉subscribe Universe Mysteries

Universe Mysteries 🪐

@cosmomyst · Post #61 · 02.08.2025 г., 13:11

🪐 The Egg Nebula (CRL 2688) in Cygnus glows with haunting, layered arcs of dust and gas, shaped by fierce stellar winds from a dying central star. These concentric shells, illuminated by starlight scattered through dense clouds, reveal a dramatic portrait of a Sun-like star in its brief, enigmatic transition into a planetary nebula. ✨ #nebula⚡#stars⚡#transformation⚡#nasa⚡#galaxy⚡#astronomy⚡#universe⚡#cosmos⚡#space 👉subscribe Universe Mysteries

Universe Mysteries 🪐

@cosmomyst · Post #24 · 30.07.2025 г., 00:51

🪐 In the star-forming region of the Orion Nebula, astronomers have identified "proplyds"—dense disks of gas and dust swirling around newborn stars. These proplyds are being sculpted by fierce ultraviolet radiation from nearby massive stars, their bright comet-like tails pointing away from blazing giants such as Theta1 Orionis C. ✨ #Orion⚡#proplyds⚡#nebula 👉subscribe Universe Mysteries

Universe Mysteries 🪐

@cosmomyst · Post #23 · 30.07.2025 г., 00:00

🪐 The Boomerang Nebula in the constellation Centaurus is the coldest known place in the universe, with temperatures dropping to a chilling -272°C—colder than the cosmic microwave background itself. This young planetary nebula expels gas at incredible speeds, creating a ghostly, double-lobed shape that shrouds its dying central star in frigid mystery. ✨ #BoomerangNebula⚡#coldest⚡#nebula 👉subscribe Universe Mysteries

Universe Mysteries 🪐

@cosmomyst · Post #349 · 29.09.2025 г., 20:21

🪐 The star AG Carinae, located about 20,000 light-years away, is a rare example of a "luminous blue variable"—an unstable giant star that can erupt in massive outbursts, shedding huge shells of gas and dust. AG Carinae shines millions of times brighter than the Sun and is surrounded by a glowing nebula created by its violent eruptions, making it one of the most volatile and spectacular stars in our galaxy. ✨ #unusualstars⚡#stellareruption⚡#nebula⚡#nasa⚡#galaxy⚡#stars⚡#astronomy⚡#universe⚡#cosmos⚡#space 👉subscribe Universe Mysteries 👉more Channels ​

Universe Mysteries 🪐

@cosmomyst · Post #187 · 25.08.2025 г., 13:11

🪐 In the center of the galaxy NGC 2392, also known as the "Eskimo Nebula," astronomers have detected fast, energetic jets of gas blasting outwards at speeds of over 200 kilometers per second. These jets, launched by the dying central star, punch through surrounding shells of glowing gas, creating intricate, layered patterns that make this nebula one of the most visually stunning and mysterious cosmic objects observed by the Hubble Space Telescope. ✨ #nebula⚡#jets⚡#emission⚡#nasa⚡#galaxy⚡#stars⚡#astronomy⚡#universe⚡#cosmos⚡#space 👉subscribe Universe Mysteries ​

12
ПретходнаСтраница 1 од 2Следна