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

Резултати

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

Пребарај: #song

当前筛选 #song清除筛选
Journey to Fluency

@fluencyinenglish · Post #6321 · 10.08.2018 г., 17:20

‍#song @fluencyinenglish ❇️What If I Was Nothing 🔹Song by All That Remains Just let it go, don’t want to haunt you anymore I can’t be sure I know just what we’re fight for I know that you’re scared and that you’re thinking I may go I’m not leaving, I’m not leaving @fluencyinenglish And if you’re thinking I might, might be lead astray Just remember this one question What if I was nothing, what if this is true? What if I was nothing, girl, nothing without you So what if I was angry, what did you think I’d do? I told you that I love you, girl, I’m nothing without you @fluencyinenglish I know it’s hard, it seems that we’ve worked at this so long Soft and foolish pride that tells us we’re not wrong I hear your voice, you tell me that you’ll never go And I believe it, I believe it And if you’re thinking I might, might be lead astray Just remember this one question @fluencyinenglish What if I was nothing, what if this is true? What if I was nothing, girl, nothing without you So what if I was angry, what did you think I’d do? I told you that I love you, girl, I’m nothing without you And we can keep this going on, we’ll make it work some way And every step, it makes us stronger every day And if you’re thinking I might, might be lead astray Just remember this one question @fluencyinenglish What if I was nothing, what if this is true? What if I was nothing, girl, nothing without you So what if I was angry, what did you think I’d do? I told you that I love you, girl, I’m nothing without you @fluencyinenglish What if I was nothing, what if this is true? What if I was nothing, girl, nothing without you So what if I was angry, what did you think I’d do? I told you that I love you, girl, I’m nothing without you @fluencyinenglish

Hashtags

Journey to Fluency

@fluencyinenglish · Post #6309 · 05.08.2018 г., 18:30

‍#song @fluencyinenglish A Showman's Life George Strait A showman's life is a smokey bar And the fevered chase of a tiny star It's a hotel room and a lonely wife From what I've seen of a showman's life Nobody told me about this part They told me all about the pretty girls And the wine and the money and the good times There's no mention of all the wear and tear On an old honky tonker's heart Well I might have known it But nobody told me about this part A boy will dream, as children do Of a Great White Way, until the dream comes true And a phony smile in a colored light Is all there is to a showman's life Nobody told me about this part They told me all about the pretty girls And the wine and the money and the good times There's no mention of all the wear and tear On an old honky tonker's heart Well I might have known it But nobody told me about this part And nobody told me about this part They told me all about the pretty girls And the wine and the money and the good times There's no mention of, all the wear and tear On an old honky tonker's heart Well I might have known it But nobody told me about this part Well I might have known it Nobody told me about this part Songwriters: Jesse Winchester @fluencyinenglish

Hashtags

Journey to Fluency

@fluencyinenglish · Post #6305 · 04.08.2018 г., 18:45

‍#song @fluencyinenglish @ieltsstrategies ✴️Better Than I Used to Be Genre: Country Artist: Tim McGraw I know how to hold a grudge I can send a bridge up in smoke And I can't count the people I've let down, the hearts I've broke You ain't gotta dig too deep If you wanna find some dirt on me But I'm learning who you've been Ain't who you've got to be It's gonna be an uphill climb Aw honey I won't lie @fluencyinenglish @ieltsstrategies I ain't no angel I still got a still few more dances with the devil I’m cleanin' up my act, little by little I’m getting there I can finally stand the man in the mirror I see I ain’t as good as I’m gonna get But I’m better than I used to be I’ve pinned a lot of demons to the ground I’ve got a few old habits left But there’s one or two I might need you to help me get Standin' in the rain so long has left me with a little rust But put some faith in me And someday you’ll see There’s a diamond under all this dust @fluencyinenglish @ieltsstrategies I ain't no angel I still got a still few more dances with the devil I’m cleanin' up my act, little by little I’m getting there I can finally stand the man in the mirror I see I ain’t as good as I’m gonna get But I’m better than I used to be I ain't no angel I still got a still few more dances with the devil But I’m cleanin' up my act, little by little I’m getting there I can finally stand the man in the mirror I see I ain’t as good as I’m gonna get But I’m better than I used to be Songwriters: Bryan Simpson / Ashley Gorley @fluencyinenglish @ieltsstrategies

Hashtags

123•••56
ПретходнаСтраница 1 од 6Следна