diff --git a/Readme-python.txt b/Readme-python.txt index c4427df5173c378d03bfac0e3675ff38103b24df..4bad544c2ed2e18a5c160d5aadd069f9be778cd9 100644 --- a/Readme-python.txt +++ b/Readme-python.txt @@ -6,6 +6,14 @@ Fatal error in launcher: Unable to create process using '"' ... Successfully installed pip-19.0.3 [ntird-us191-jg4:jgrelet]/c/git/python/pirata + +Sous Linux Ubuntu 16.04, l'upgrade de pip failed ! +Utiliser: +> python3 -m pip install --user <package> # instead +Then I recommend adding the following aliases to your .bashrc: +pip() ( python -m pip "$@" ) +pip3() ( python3 -m pip "$@" ) + > pip install toml Collecting toml Downloading https://files.pythonhosted.org/packages/a2/12/ced7105d2de62fa7c8fb5fce92cc4ce66b57c95fb875e9318dba7f8c5db0/toml-0.10.0-py2.py3-none-any.whl