From 5696f5ef47daced4c8dc697aa287eee7f3dc153d Mon Sep 17 00:00:00 2001 From: Amy Marrich Date: Tue, 11 Aug 2015 11:29:56 -0500 Subject: [PATCH] Removes pyenv from barbican.sh pyenv no longer rehashed as part of the installation Change-Id: Iae80d6342e7356f4fb949c4c10a048048d585351 Closes-Bug: #1459814 --- bin/barbican.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bin/barbican.sh b/bin/barbican.sh index f92a002d4..9ae9205ea 100755 --- a/bin/barbican.sh +++ b/bin/barbican.sh @@ -93,12 +93,6 @@ install_barbican() # Install source code into the Python path as if packaged. pip install -e . - # If using pyenv, rehash now. - hash pyenv &> /dev/null - if [ $? -eq 0 ]; then - pyenv rehash - fi - # Run unit tests python setup.py testr