Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1011 Bytes

alternatives.md

File metadata and controls

28 lines (20 loc) · 1011 Bytes

Alternativates

To Elpy

To direnv

  • auto-virtualenv and various others

  • poetry/pipenv - These tools let you outsource the management of virtual environments. Some extra configuration will be needed. For e.g. Poetry:

    (setq python-shell-interpreter "poetry")
    (setq python-shell-interpreter-args "run python")
    (elpy-test-pytest-runner-command . ("poetry" "run" "pytest"))