Skip to content

Commit db19231

Browse files
committed
fix comment about default python version
1 parent 8298a57 commit db19231

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

containers/build-or-download-cvmfs-debs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apt-get install -y wget
66
if [ "$arch" = "ppc64el" ] || [ "$arch" = "arm64" ]
77
then
88
apt-get install -y devscripts libfuse3-dev cmake cpio libcap-dev libssl-dev libfuse-dev pkg-config libattr1-dev python-dev python-setuptools python3-dev python3-setuptools uuid-dev valgrind libz-dev lsb-release
9-
# Set Python 3 as default Python
9+
# Set Python 2 as default Python
1010
update-alternatives --install /usr/bin/python python /usr/bin/python2 1
1111
update-alternatives --install /usr/bin/python python /usr/bin/python3 2
1212
cd /tmp

containers/build-or-download-cvmfs-rpms.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ "$arch" = "ppc64le" ]
66
then
77
yum install -y epel-release
88
yum install -y rpm-build checkpolicy cmake fuse-devel fuse3-devel gcc gcc-c++ golang libattr-devel libcap-devel libuuid-devel openssl-devel python-devel python-setuptools python3-devel python3-setuptools selinux-policy-devel valgrind-devel hardlink selinux-policy-targeted
9-
# Set Python 3 as default Python
9+
# Set Python 2 as default Python
1010
update-alternatives --install /usr/bin/python python /usr/bin/python3 1
1111
update-alternatives --install /usr/bin/python python /usr/bin/python2 2
1212
update-alternatives --set python /usr/bin/python2

0 commit comments

Comments
 (0)