Skip to content

Commit

Permalink
add pip3 to centos8
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed Mar 28, 2024
1 parent a98d745 commit 863842e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-centos8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function install_build_prerequisites {
dnf config-manager --set-enabled powertools
dnf update -y
dnf_install ninja-build cmake curl ccache gcc-toolset-9 git wget which
dnf_install autoconf automake python39 python39-devel libtool
dnf_install autoconf automake python39 python39-devel python3-pip libtool
}

# Install dependencies from the package managers.
Expand Down

0 comments on commit 863842e

Please sign in to comment.