From b468a82bff4aa628c7b93d99d90ad405c2d3f8f5 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Wed, 12 Jan 2022 10:23:29 +0100 Subject: [PATCH] chore(python): add install for fawkes --- setup/python.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/python.sh b/setup/python.sh index 667a3c3..718c203 100755 --- a/setup/python.sh +++ b/setup/python.sh @@ -12,6 +12,8 @@ eval "$(pyenv virtualenv-init -)" pyenv install 2.7.17 pyenv install 3.10.1 +pip3 install fawkes + pyenv virtualenv 2.7.17 neovim2 pyenv virtualenv 3.10.1 neovim3