Skip to content

Commit

Permalink
Merge pull request #25 from viam-labs/side
Browse files Browse the repository at this point in the history
edit build
  • Loading branch information
kharijarrett authored Jul 15, 2024
2 parents f00f818 + 475b54a commit 9fc614b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi
python_version=$(python3 -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')

if command -v apt-get; then
$SUDO apt-get install python3-venv python$python_version-venv
$SUDO apt-get install python3-venv
if dpkg -l python3-venv; then
echo "python3-venv is installed, skipping setup"
else
Expand Down

0 comments on commit 9fc614b

Please sign in to comment.