-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix setup-centos8 script to use pip3.9 #9536
Conversation
✅ Deploy Preview for meta-velox canceled.
|
does |
The setup script itself does not use alternatives. I invoked the script on a clean centos8 container and I got pip3 command not found. |
I guess it is not clean after all
|
|
Is it not safe to use |
Oh no it should, I was just wondering. But of course I only touch |
@xiaoxmeng has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@xiaoxmeng merged this pull request in c240cf3. |
Conbench analyzed the 1 benchmark run on commit There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
Summary: Use pip3.9 to install packages since python39-pip is installed. Pull Request resolved: facebookincubator#9536 Reviewed By: Yuhta Differential Revision: D56332732 Pulled By: xiaoxmeng fbshipit-source-id: b78d034e81e6f3f8b8569a1e3cf5334f40de81c2
Use pip3.9 to install packages since python39-pip is installed.