Skip to content

Commit

Permalink
fix(build): sh-friendly syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jan 25, 2023
1 parent ce63ef6 commit d1ed5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/scripts/make-venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if [ -d onnx_env ];
then
echo "Activating existing venv..."
source onnx_env/bin/activate
. onnx_env/bin/activate
else
echo "Creating new venv..."
python3 -m venv onnx_env
Expand Down

0 comments on commit d1ed5c4

Please sign in to comment.