This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
The following commit(s) were added to refs/heads/master by this push:
new 93e573d ninja-fix: cassandra-artifacts.sh to use pip package instead
of pip script
93e573d is described below
commit 93e573d3bd07edceb391d4e6a9eb3fbcd9361f94
Author: mck <[email protected]>
AuthorDate: Tue Jul 14 20:40:40 2020 +0200
ninja-fix: cassandra-artifacts.sh to use pip package instead of pip script
---
build-scripts/cassandra-artifacts.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-scripts/cassandra-artifacts.sh
b/build-scripts/cassandra-artifacts.sh
index 34ca466..bdee0e5 100755
--- a/build-scripts/cassandra-artifacts.sh
+++ b/build-scripts/cassandra-artifacts.sh
@@ -23,7 +23,7 @@ command -v docker >/dev/null 2>&1 || { echo >&2 "docker needs
to be installed";
virtualenv venv
source venv/bin/activate
# setuptools 45.0.0 requires python 3.5+
-pip install "setuptools<45" Sphinx sphinx_rtd_theme
+python -m pip install "setuptools<45" Sphinx sphinx_rtd_theme
################################
#
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]