using anaconda in pycharm
Answered
I have a mac - installed pycharm - installed anacondo
when I go to try and create a new project and select 'Conda' it says 'environment location directory is not empty'?
any ideas what I have done wrong?
I saw one post saying delete what's in the directory but I can't seem to navigate to the '.conda' file as it's not in my file explorer?
thanks
Please sign in to leave a comment.
Hi Matthew,
Thank you for contacting PyCharm support.
The error indicates correctly.
Please try a different name for it.
/Users/<user>/.virtualenvs/example - here you need to rename "example". Something like /Users/<user>/.virtualenvs/example1 or any other which is not already exists.
Kind regards,
Sergey
https://www.jetbrains.com
The Drive to Develop
Thanks:) that did it.