From a88cce45019b294b7517164c31f3531193c0906e Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Sat, 12 Jan 2019 12:36:24 +0200 Subject: [PATCH] We aren't Python2-only anymore pip inside virtualenv should point to the correct one (either pip2 or pip3) --- jmclient/jmclient/wallet_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jmclient/jmclient/wallet_utils.py b/jmclient/jmclient/wallet_utils.py index b232f04..8723409 100644 --- a/jmclient/jmclient/wallet_utils.py +++ b/jmclient/jmclient/wallet_utils.py @@ -813,7 +813,7 @@ def wallet_fetch_history(wallet, options): print('(as if yield generator was a bank account)') except ImportError: print('scipy not installed, unable to predict accumulation rate') - print('to add it to this virtualenv, use `pip2 install scipy`') + print('to add it to this virtualenv, use `pip install scipy`') total_wallet_balance = sum(wallet.get_balance_by_mixdepth().values()) if balance != total_wallet_balance: