Skip to content
Snippets Groups Projects
Commit e03c00aa authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

Merge branch 'master' of m:/git/pirata

parents 365ee50c 1217848f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment