-
Notifications
You must be signed in to change notification settings - Fork 232
pip.rb: python3 get-pip.py #1076
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ | |
cwd Chef::Config[:file_cache_path] | ||
code <<-INSTALL_PIP | ||
python3 get-pip.py | ||
python2 get-pip.py | ||
python get-pip.py | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These will break in Focal (it only provides We can fix that when we get there though (in particular, we don't know if Travis will be providing the optional symlink), so not insisting on addressing this in this PR... |
||
pip install --upgrade pip setuptools wheel | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this actually necessary? If yes, why only run it for one of the pips? |
||
INSTALL_PIP | ||
not_if 'which pip' | ||
|
Uh oh!
There was an error while loading. Please reload this page.