Skip to content

Commit

Permalink
cleanup venv before install
Browse files Browse the repository at this point in the history
  • Loading branch information
liranbg committed Nov 17, 2024
1 parent 21800ab commit efc5c33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def _create_sym_link():


def _install_venv():
run('rm -rf venv')
run('python3 -m venv venv --without-pip')
python_version_specific = ''
if sys.version_info.minor== 7:
Expand Down

0 comments on commit efc5c33

Please sign in to comment.