From e78b6ccce71ff311a4abdf1cf91a50052ed4a386 Mon Sep 17 00:00:00 2001 From: snussik Date: Sun, 11 Jul 2021 15:05:48 +0300 Subject: [PATCH] Tmux conda issues resolve Due to strange Tmux behaviour that uses .bash_profile instead of current activated, it's needed to deactivate this default env & then activate hummingbot env. --- content/installation/multiple-bots.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/content/installation/multiple-bots.mdx b/content/installation/multiple-bots.mdx index 0e999a18..a408c3e7 100644 --- a/content/installation/multiple-bots.mdx +++ b/content/installation/multiple-bots.mdx @@ -87,6 +87,7 @@ When using screen to run an instance in the background, run either of the follow Navigate to the folder where your separate Hummingbot is installed, then start the bot like normal. ``` +conda deactivate conda activate hummingbot bin/hummingbot.py ```