0

I am trying to add pyspark libraries to the Pycharm's community edition. Can you suggest me a way to add external libraries to community version?

AKC
  • 953
  • 4
  • 17
  • 46
  • Possible duplicate of [How to link PyCharm with PySpark?](https://stackoverflow.com/questions/34685905/how-to-link-pycharm-with-pyspark) – ddg Feb 21 '18 at 23:32

1 Answers1

0

Click on File, settings, project:xxx/project Interpreter, click the '+' button, type in 'pyspark, click install at the bottom of the page. I'm also using the anaconda distribution and use that as my interpreter.

sallwine
  • 1
  • 4