Place solc binary next to env. python.

pull/1485/head
Kieran R. Prasch 2019-12-03 13:35:42 -08:00
parent dba01a0c42
commit 7d57c387c0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if [[ "$OSTYPE" != "linux-gnu" ]]; then
fi
SOLC_VER="0.5.9"
SOL_BIN_PATH=~/.local/bin/solc
SOL_BIN_PATH=$(dirname $(which python))/solc
# Get solc binary for linux
echo "Downloading solidity compiler binary to: ${SOL_BIN_PATH}"