diff -r 12948ec78ca0 -r c113428ecff3 eric7/VirtualEnv/VirtualenvManager.py --- a/eric7/VirtualEnv/VirtualenvManager.py Thu May 20 19:16:58 2021 +0200 +++ b/eric7/VirtualEnv/VirtualenvManager.py Thu May 20 19:18:19 2021 +0200 @@ -80,11 +80,6 @@ envsToDelete = [] for venvName in environments: environment = environments[venvName] - if environment["variant"] == 2: - # Python2 environment are not supported anymore, delete them - envsToDelete.append(venvName) - continue - if ( ("is_remote" in environment and environment["is_remote"]) or os.access(environment["interpreter"], os.X_OK)