Skip to content

Commit 3994b87

Browse files
committed
kafkatest: deploy venv fix
1 parent fb72f2c commit 3994b87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

confluent_kafka/kafkatest/deploy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,13 @@ function setup_virtualenv {
7272
echo "Installing and creating virtualenv"
7373
which virtualenv || sudo apt-get install -y python-virtualenv
7474
virtualenv $DIR/venv
75+
source $DIR/venv/bin/activate
7576
# Upgrade pip
7677
pip install -U pip
7778
else
7879
echo "Reusing existing virtualenv"
80+
source $DIR/venv/bin/activate
7981
fi
80-
source $DIR/venv/bin/activate
8182

8283
}
8384

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy