Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 28 |
Nodes: | 6 (1 / 5) |
Uptime: | 57:28:44 |
Calls: | 424 |
Calls today: | 2 |
Files: | 1,025 |
Messages: | 90,841 |
Posted today: | 1 |
Can one use pipx to wrap the process of creating an independent
environment for a python package as opposed to a runnable application?
E.g. I want to install and use pksheet but, as it's not available from
the Debian repositories, I'll have to install it from PyPi.
Chris Green <cl@isbd.net> wrote or quoted:
E.g. I want to install and use pksheet but, as it's not available from
the Debian repositories, I'll have to install it from PyPi.
I can't dig up any "pksheet" on PyPI. So, you got to take
my earlier response like a rumor from a random tech meetup in
Palo Alto - sounds interesting, but needs serious verification.
I can't dig up any "pksheet" on PyPI. So, you got to take my earlier
response like a rumor from a random tech meetup in Palo Alto - sounds interesting, but needs serious verification.
Stefan Ram <ram@zedat.fu-berlin.de> wrote:
Chris Green <cl@isbd.net> wrote or quoted:Ah, oops, a typo. It's pysheet (I have pk on the brain from it being
E.g. I want to install and use pksheet but, as it's not available from
the Debian repositories, I'll have to install it from PyPi.
I can't dig up any "pksheet" on PyPI. So, you got to take
my earlier response like a rumor from a random tech meetup in
Palo Alto - sounds interesting, but needs serious verification.
Point Kilometrique, distance markers on canals in France).
Thanks for your previous response, it told me what I needed to know,
that pipx isn't really going to do what I want particularly easily.
If I DIY an environment for pysheet and then develop some python that
uses it, how do I then make it accessible as a 'normal' program? This
is just for my own use by the way, on (probably) just a couple of
Linux systems.