From 71e76fc791d84d73b16ecad70935699ce986cd62 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Wed, 21 Oct 2020 11:44:26 -0700 Subject: [PATCH] make scons work immediately after install old-commit-hash: 0aaeaef79d9d528a4f51e5f0f2f7eb7733612b0b --- update_requirements.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update_requirements.sh b/update_requirements.sh index d716cda4b9..765f2d5af7 100755 --- a/update_requirements.sh +++ b/update_requirements.sh @@ -28,3 +28,5 @@ fi echo "pip packages install ..." pipenv install --dev --deploy --system +# update shims for newly installed executables (e.g. scons) +pyenv rehash