I tried to install on a VM with Debian 10, just installed.
I’m following the Easy Install Script "guide, so I ran the following commands:
apt install python3-minimal build-essential python3-setuptools
wget https://raw.githubusercontent.com/frappe/bench/develop/install.py
python3 install.py --production
The messages with the last command are:
Installing curl...
curl installed!
wget already installed!
git already installed!
Installing pip3...
pip3 installed!
pip3 already installed!
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
Collecting distro
Downloading distro-1.5.0-py2.py3-none-any.whl (18 kB)
Installing collected packages: distro
Successfully installed distro-1.5.0
Checking System Compatibility...
Sorry, the installer doesn't support debian gnu/linux. Aborting installation!
Bench's CLI needs these to be defined!
Run the following commands in shell:
export LC_ALL=C.UTF-8
I don’t understand what’s wrong with it