Skip to content

Commit

Permalink
FIX: Remove --all argument
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Apr 14, 2023
1 parent 4086bef commit f907708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/tools/installer/installed_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def delete_virtual_environment(self, point):
try:
# Delete the conda environment
subprocess.call(
f'start /w /min cmd /K "{miniforge_path}\\Scripts\\activate.bat && conda env remove --prefix {parent_path} --all --yes && exit"',
f'start /w /min cmd /K "{miniforge_path}\\Scripts\\activate.bat && conda env remove --prefix {parent_path} --yes && exit"',
shell=True,
)
if os.path.exists(parent_path):
Expand Down

0 comments on commit f907708

Please sign in to comment.