]> kaliko git repositories - mpd-sima.git/blobdiff - vinstall.sh
Implement "single_album" filter
[mpd-sima.git] / vinstall.sh
index e249ae8db3588c09bdee2ea9af361fdfe70d1cd0..a6cb6b44801271196ad62c52be49d80bc32034b3 100755 (executable)
@@ -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; }