James C :python: · @jamescooke
104 followers · 490 posts · Server fosstodon.org

@twsh @Scmbradley Yes to this, although you could install other packages into the same env. More in the hashtag - depending on how populated that is on your server.

#pipx

Last updated 1 year ago

James C :python: · @jamescooke
102 followers · 471 posts · Server fosstodon.org

Am currently trying to get more stuff written, but keep getting sniped by tax, accounts and contracts 😞

#pipx

Last updated 1 year ago

Cyrille Pontvieux · @cyrillep
11 followers · 727 posts · Server mastouille.fr

@lobsters Excellent idea for single files. I didn't know can already recognize that requirements format.

#python #pipx

Last updated 1 year ago

C. · @cazabon
125 followers · 2356 posts · Server mindly.social

@tshirtman @diazona @jackwilliambell

Fair enough. I resisted pipenv for quite a while, switched to it for a year or two, and have moved on to poetry with no regrets.

I only use it for projects, though. Personal or work. If I just want to install a Python tool for local use, `pipx` is still just the ticket for it.

#pipx #pipenv #poetry

Last updated 1 year ago

James C :python: · @jamescooke
71 followers · 325 posts · Server fosstodon.org

Stayed up far too late last night, but me and had a life changing moment together - so it was worth it 😊

#pipx #python

Last updated 1 year ago

GNU/Linux.ch · @gnulinux
5318 followers · 3871 posts · Server social.anoxinon.de

PipX statt Pip

Pipx räumt die aktuellen Beschränkungen von Pip aus dem Weg, indem es die einfache Installation von Python-Paketen in virtuellen Umgebungen vereinfacht.

gnulinux.ch/pipx-statt-pip

#python #pip #pipx #virtuelle_umgebung #virtenv #linux

Last updated 1 year ago

/ Linux🐧 · @rootlinux
80 followers · 253 posts · Server mstdn.ro
Jaharmi · @jaharmi
95 followers · 516 posts · Server fosstodon.org

I’m struggling to get to run / install from a private repo, authenticating via key (git+ssh), and pulling down a specific . The same process works fine with (git+https) with virtually the same URL, but introduces some authentication complexity I’m trying to avoid.

#pipx #github #ssh #branch #http

Last updated 1 year ago

OMG! Ubuntu! · @omgubuntu
454 followers · 888 posts · Server hello.2heng.xin

3 Ways to Fix Pip Install Error on Ubuntu 23.04

If you’ve made the upgrade to Ubuntu 23.04 and try to run ‘pip install’ you’ll notice it now throws an error – but it’s not a bug. The reason why the pip install command doesn’t work in Ubuntu 23.04 is an intentional shift in policy (also taken in Ubuntu’s upstream, Debian) to avoid conflicts between the Python package manager and Ubuntu’s underlying APT. Basically, you can’t run pip install outside a virtual environment in Ubuntu 23.04. If you try to, you get a “externally managed environment” error similar to this: The good news is that there are a number of :sys_more_orange:

:sys_omgubuntu: omgubuntu.co.uk/2023/04/pip-in

#news #pipx #python #ubuntu23_04

Last updated 2 years ago

Remco.py · @remcoboerma
110 followers · 369 posts · Server fosstodon.org

After upgrading to .04 I was able to remove all my old venvs and would have a lot to manage if it weren't for . `pipx reinstall-all` Fixes-Everything™. It even says where command are pointing to some other file than it has setup for you (including broken module callers). Quite awesome. Moving from 3.10 to 3.11 has been easier than any move i've ever done before. Thanks pipx!

#Ubuntu23 #pipx #python

Last updated 2 years ago

Gently Drifting Tech Boa · @doodit
9 followers · 81 posts · Server magicwoodland.net

Thanks to the magic of , I can always run the most up-to-date version in .

#pipx #pypi

Last updated 2 years ago

· @mtjm
6 followers · 70 posts · Server m.mtjm.eu

I started using after reading about it in a update. It installs a Python package for running its scripts. Unlike pip it manages a separate virtualenv for each package, while putting a symlink in $PATH. (It can upgrade packages and reinstall them; maybe it will work when I install a newer Python release updating Debian Unstable.)

The first packages I install using it are Poetry and pre-commit, they manage even more virtualenvs.

#pipx #debian

Last updated 2 years ago

James C :python: · @jamescooke
35 followers · 124 posts · Server fosstodon.org

Nice feature of that it warns me that my previous hacky way of getting ipython binary in my path collides with the ipython it's just installed for me 👌

#pipx #python

Last updated 2 years ago

Fredrik Averpil :python: · @fredrikaverpil
138 followers · 257 posts · Server fosstodon.org

Pro tip when using pipx with GitHub actions; specify the python version with --python to prevent installing with an undesired Python version.

See more here for details: fredrikaverpil.github.io/cheat

#python #pipx #githubactions

Last updated 2 years ago

Martin Lanser · @mlanser
26 followers · 185 posts · Server fosstodon.org

Just installed CircUp tool to help me keep CircuitPython modules on my various devices up-to-date. It works like a charm! One suggestion: install with "pipx" rather than with regular "pip" 🤓

Link to Adafruit post on CircUp: learn.adafruit.com/keep-your-c

#circuitpython #circup #pipx #pip #python

Last updated 2 years ago

Ratul Maharaj · @RatulMaharaj
28 followers · 50 posts · Server fosstodon.org

Turns out you can `pipx install pre-pip` which is pretty cool. Also added support for bash in the latest version.

#python #rich #pipx #pip #bash #zsh #terminal #prepip #warp

Last updated 2 years ago

eferro · @eferro
157 followers · 14 posts · Server hachyderm.io

RT @ClarityAIEng
Our amazing Backend Engineer Álvaro Martínez and his Squad wrote this very interesting 🟩Medium Post🟩 🟣"How to create and distribute a minimalist CLI tool with , , and "🟣

medium.com/@alvaro.martinez_29

#python #poetry #click #pipx

Last updated 2 years ago

@davemq Uhm i cannot edit this post about and I'll just attach some hashtags here

#python #pip #pipx #virtualenvs

Last updated 2 years ago

OSTechNix · @ostechnix
520 followers · 1486 posts · Server floss.social

Pipx – Install And Run Python Applications In Isolated Environments
ostechnix.com/pipx-install-and

#Linux #Python #pipx

Last updated 4 years ago

pipx is a neat tool to install one Python application in an isolated virtual environment without messing up your system Python libraries.

github.com/pipxproject/pipx

Just installed vorta, a GUI for borgbackup.
$ pipx install vorta

#pipx #python

Last updated 6 years ago