Getting PyCharm to recognize python on the windows linux subsystem (bash on windows)

前端 未结 7 1716
不思量自难忘°
不思量自难忘° 2020-12-12 15:07

While running Linux versions of python, pip etc. \"natively\" on windows is amazing, I\'d like to do so using a proper IDE. Since SSHD compatibility has not been implemented

相关标签:
7条回答
  • 2020-12-12 15:45

    I'd like to add the answer of bmjjr by stating that this is only available with the PyCharm Professional Edition. The Remote Interpreter feature is not available with the Community Edition, as I sadly found out:

    Supported only in Professional Edition

    • Cython
    • Django
    • AppEngine
    • Flask
    • Jinja2
    • Mako
    • web2py
    • Pyramid
    • Profiler
    • SQLAlchemy
    • Diagrams
    • Remote interpreters, remote debugging, Vagrant, Docker
    • Duplicate code detection
    • Code coverage
    • .po files support
    • BDD support
    • Profiler integration
    • Thread Concurrency Visualization

    https://www.jetbrains.com/pycharm/features/editions_comparison_matrix.html

    0 讨论(0)
提交回复
热议问题