This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch preview/sebb-gha in repository https://gitbox.apache.org/repos/asf/openoffice-project.git
The following commit(s) were added to refs/heads/preview/sebb-gha by this push: new 54c7397 Pelican not found 54c7397 is described below commit 54c7397d3fd106f8b0c1e89304737a7152d30e44 Author: Sebb <s...@apache.org> AuthorDate: Thu May 30 11:42:48 2024 +0100 Pelican not found --- show_environ.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/show_environ.sh b/show_environ.sh index b5a15f3..b5149c9 100644 --- a/show_environ.sh +++ b/show_environ.sh @@ -4,8 +4,10 @@ set -x echo '++++++++++++++++++++++++++++++++++++++++++++' export ls -al +source bin/activate pip list python3 -m pelican --version which -a pelican +pelican --version python3 -V echo '--------------------------------------------'