Remove venv before creation
This commit is contained in:
parent
9809314bbf
commit
9a056ed708
1 changed files with 1 additions and 0 deletions
|
@ -533,6 +533,7 @@ mkdir -p ${mnt_models}
|
|||
ln -sfn ${mnt_models} ${SRC}/models-mnt
|
||||
|
||||
# Create a fresh python3 venv and enter it
|
||||
rm -rf "${MNT}/venv"
|
||||
python3 -m venv "${MNT}/venv"
|
||||
source "${MNT}/venv/bin/activate"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue