-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
echo "pip3 install --upgrade pip" would not upgrade pip, removing echo and quotations
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c1a1099
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Installs via pip seems to be failing due to the fact that the pip upgrade installs over the system /usr/bin/pip.
Something like this:
pypa/pip#5221
My install log is attached.
install.log
c1a1099
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this seems to be an issue only on Debian/Ubuntu. However, after a new shell is invoked (e.g., 'exec bash'), pip seems to be working...
c1a1099
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To prevent problems with PIP on Debian/Ubuntu, pip upgrade lines are commented now. Now the install should run smoothly (tested on Ubuntu 18.04).