Error unzipping Python environment

Thanks for filing an issue! Please answer the questions below so I can help you.

Detailed steps to reproduce the problem:

  1. Click Scripts - Manage - Install Python Runtime
  2. Wait

What happened: it says error when unzipping python environment

What should have happened: The Python runtime should be installed successfully.

I checked this issue and get a debuglog. In debug log I found this

1585355325.170520 iTermCommandRunner.m:143 (-[iTermCommandRunner launchTask]): Task failed with working directory doesn't exist.. launchPath=/usr/bin/unzip, pwd=/Users/nil/Library/iTerm2/EE2ED307-4D01-4A2B-8A23-C1B055853E3A, args=(
    "-o",
    "-q",
    "/var/folders/6j/lc2h3tjn5w31l607t6d_zsz80000gn/T/iterm2-pyenv4Ynywl.zip"
)

After I created the ~/Library/iTerm2 folder, the installation no longer fails. But shouldn't it to be installed in ~/Library/Application Support/iTerm2 rather than ~/Library/iTerm2 ?

Edited by rebuilty