check version explicitly, use "python" in venv

This commit is contained in:
Matthias
2018-08-15 08:37:20 +02:00
parent a0bc17d1ef
commit d007ac4b96
2 changed files with 3 additions and 2 deletions

View File

@@ -211,7 +211,7 @@ function install () {
echo "-------------------------"
echo "Run the bot"
echo "-------------------------"
echo "You can now use the bot by executing 'source .env/bin/activate; ${PYTHON} freqtrade/main.py'."
echo "You can now use the bot by executing 'source .env/bin/activate; python freqtrade/main.py'."
}
function plot () {