@catonano it doesn't look python-related. You probably have a weird mix of debian repos.
Although they suggest to install pipenv to --user pipenv, i think you can safely ignore that and install it system-wide with just "pip install".
And i don't know what python3-venv is. I always thought that venv is part of python3 now.
I could try to sort out this repos issue and if I fail I could install pipenv system wide
sigh 😕
@catonano got it. And what was the reason why you wanted to use pipenv?
I'd like to avoid system packages because I've been using them so far and then suddenly I get an error when trying to update my Tryton module
It seems a python2/python3 issue but I'm not sure I want to know more
I'd just like to write a few python code lines, not to be a system administrator 🙄
@breton
I was suggested venv instead of pipenv
that's why I tried venv
but I get
$ python3 -m venv experiment
The virtual environment was not created successfully because ensurepip is not
available. On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.
apt-get install python3-venv
but then I can't install it