Index: tools/setup_env.sh =================================================================== diff -u --- tools/setup_env.sh (revision 0) +++ tools/setup_env.sh (revision 24b86bded1f6417ee844acfbca068524a8fcfab1) @@ -0,0 +1,22 @@ +#!/bin/bash +########################################################################### +# +# Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file setup_environment.sh +# +# @author (last) Peter Lucia +# @date (last) 09-Jul-2020 +# @author (original) Peter Lucia +# @date (original) 01-Apr-2020 +# +############################################################################ +cd ../ + +rm -rf venv +virtualenv --python=python3 venv +source venv/bin/activate +pip3 install -r requirements.txt Fisheye: Tag 24b86bded1f6417ee844acfbca068524a8fcfab1 refers to a dead (removed) revision in file `tools/setup_environment.sh'. Fisheye: No comparison available. Pass `N' to diff?