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 a0d85fc Try to find venv a0d85fc is described below commit a0d85fc641da291a3ed8ae8b20efca3939373d2a Author: Sebb <s...@apache.org> AuthorDate: Thu May 30 11:48:21 2024 +0100 Try to find venv --- show_environ.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/show_environ.sh b/show_environ.sh index b5149c9..833f2a5 100644 --- a/show_environ.sh +++ b/show_environ.sh @@ -4,7 +4,8 @@ set -x echo '++++++++++++++++++++++++++++++++++++++++++++' export ls -al -source bin/activate +which -a activate +source activate pip list python3 -m pelican --version which -a pelican