commit | dbd3a330780c1a176e94b858703b52637cc88d4f | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Jan 28 10:19:18 2019 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Mon Jan 28 12:04:48 2019 -0800 |
tree | 0034de274e4f48c946972844a3580029fb68c40f | |
parent | 045b63d3a42d9fdc7757a18915cb268465ce0eb8 [diff] [blame] |
SEBA-404 move xos-client library to /lib Change-Id: I4428d49f09f3d9cb08cd32827136e12a136392ec
diff --git a/scripts/setup_venv.sh b/scripts/setup_venv.sh index feab72a..61f834d 100755 --- a/scripts/setup_venv.sh +++ b/scripts/setup_venv.sh
@@ -56,9 +56,9 @@ echo "xos-kafka Installed" popd -pushd "$XOS_DIR/xos/xos_client" +pushd "$XOS_DIR/lib/xos-api" make -echo "xos-client Installed" +echo "xos-api Installed" popd echo "XOS dev/test virtualenv created. Run 'source ${VENVDIR}/bin/activate'."