Skip to content

Commit

Permalink
Fix command execution in mac osx (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenevinitsky committed Aug 5, 2019
1 parent 5b30957 commit 92b16fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup_sumo_osx.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
echo "Installing system dependencies for SUMO"
# Quick check that we actually have brew, if not, lets install it
command -v brew >/dev/null 2>&1 || echo >&2 "Homebrew is missing, you can install it by running `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)`" || exit 1
command -v brew >/dev/null 2>&1 || echo >&2 "Homebrew is missing, you can install it by running \n/usr/bin/ruby -e \$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" || exit 1
# script dependencies
brew install wget
# rllab dependencies
Expand Down

0 comments on commit 92b16fe

Please sign in to comment.