pycharm virtual env got another env named envname(2), why?

Ex: I create an env named pytorch_37 by anaconda, and I selected the python.exe in that env.

I found another env in pycharm named pytorch_37(2) when trying to select interpreter, which used the same python.exe. I don't know why, are they same?

 

0
1 comment

Please check the properties of each interpreter. If they are identical apart from the name, one of the duplicates can be removed.

0

Please sign in to leave a comment.