Can I use my emacs (or another text editor) in Domino?

Follow

Comments

1 comment

  • Permanently deleted user
    Sure! You can install the command line or text-only version of emacs by adding this line to the Dockerfile Instructions section in your compute environment:

    RUN sudo apt-get install emacs -y

    More detailed instructions:
    1. Choose a compute environment you have permission to edit and click Edit Definition
    2. Go to the Dockerfile Instructions section and enter the line RUN sudo apt-get install emacs -y
    3. Save and click build. Make sure it builds successfully.
    4. Try it out in the terminal of a jupyter of jupyterlab session.

    Comment below with questions or suggestions, or email us at support@dominodatalab.com if you need a hand.

    Submitted by: katie.shakman

    0
    Comment actions Permalink

Please sign in to leave a comment.