Hierosme
Hierosme
i don't know if that the best option to remove the entire translation. Actually my workarround is to export LANG=en. At first i have think about for the language from...
Clearly look a trouble about Python2 and Unicode. In case you can Use Python3, you certainlly fixe the trouble easilly. Python2 is deprecated from a moment from now, and you...
normaly you just have to install python3, nothing about monify anything.
yes Glances is a software you can't call it with ``python3 glances``. you wan see wish python version is you default one with ``` whish python ``` or ``` python...
I'm really confuse, The message you copy indicate that using **Python 2.7** **/usr/local/lib/python2.7/dist-packages/glances** indicate you ahve only install glance for python2 and python2 do not support you charset. May be...
Yes you OS will Die, don't uninstall Python2. You trouble is commun install trouble python2 vs python3 For install a **python3** package use **pip3** command , where generally **pip** point...
Hello, If i understand well: ``` pip3 install glances[all] ``` will not install anything in ``/usr/local/`` that because only **root** can do it. generally in case of **permission error** pip...
I just have make the test, ``` └─ $ ▶ pip install glances[all] .... └─ $ ▶ ls $HOME/.local/bin/glances -rwxr-xr-x 1 USER_NAME USER_GROUP 205 févr. 16 17:23 /home/USER_NAME/.local/bin/glances ``` Then...
Hello, May be i not understand why the Pipe ``|`` require any explanation (i can miss understand). The pipe is describe from long time ago by the POSIX documentation. https://pubs.opengroup.org/onlinepubs/9699919799/functions/pipe.html...
I have take a look about pipe, but that is all ready exist on os.pipe() and os.pipe2() https://docs.python.org/3/library/os.html#os.pipe and https://docs.python.org/3/library/os.html#os.pipe2 (look to be teh True POSIX pipe) As describe by...