Removes pyenv from barbican.sh
pyenv no longer rehashed as part of the installation Change-Id: Iae80d6342e7356f4fb949c4c10a048048d585351 Closes-Bug: #1459814
This commit is contained in:
parent
a58aab7481
commit
5696f5ef47
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user