Hi Dan, thx for a response. I am trying to avoid building python.I currently do that via pyenv for the system python and it makes debian unstable(as 'my' python in /usr/local fights with other system packages in /bin. I'd like to think that debian also would like to help in us devs not having to build system python. I think that is the goal for all of us. (of course dev python is in $HOME/.local/bin, that works perfect for aoo of development. But three are system apps that use system python, maybe the should not but they do.)
I did/do apt install python3-pip and python3-venv and python ensurepip still does not work. But if I do pyenv to build, all of python works well.
Cheers, Vic On 2/20/23 5:59 AM, Dan Ritter wrote:
Vic Cekvenich wrote:I can't figure out how to file a bug. But I see a bug related to ensurepip - and some maintainer said that ensurepip is used by developers and won't be fixed by debian. But you also won't let us that develop fix it. <snip>What are you trying to do that can't be done with python3-pip and python3-venv? -dsr-