X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=vinstall.sh;h=a6cb6b44801271196ad62c52be49d80bc32034b3;hb=2d4111ef3e3eb3811df95b139aac66b61c3ad5bf;hp=e249ae8db3588c09bdee2ea9af361fdfe70d1cd0;hpb=add1bca205eb064366eb2a8cde436f47c0fc25a2;p=mpd-sima.git diff --git a/vinstall.sh b/vinstall.sh index e249ae8..a6cb6b4 100755 --- a/vinstall.sh +++ b/vinstall.sh @@ -13,7 +13,7 @@ DEBUG=${DEBUG:-"0"} # Set to 1 in order to enable DEBUG message. ## Only error message will be printed with DEBUG="0" -PY3=${PY3:-$(which python3.3)} +PY3=${PY3:-$(which python3)} # Test virtualenv presence [ -x "$(which virtualenv)" ] || { echo "Cannot find virtualenv executable!"; exit 1; }