Error adding new interpreter to Pycharm

已回答

I just setup my new mac and when trying to add python interpeter to Pycharm I get a weird error.

I try to add it to a specifc folder (image 1), but I then get an error and the error is a different folder (image 2)?

I have no idea what this /.virtualenvs is and why the error keeps poiting to it.

0

Did you transfer settings and/or interpreters from a different machine to this new one? Are there any references to other interpreters at   ~/.virtualenvs on  Settings | Project: ProjectName | Python Interpreter | All ? If so, try to remove all of them and start from scratch

Do you have the $WORKON_HOME set? You can check on the terminal by typing echo $WORKON_HOME

 


 

0

请先登录再写评论。