Backup you own =.emacs= if you have one and replace it with [[file:init.el][the content
Backup you own =.emacs= if you have one and replace it with [[file:init.el][the content
of this file]]. If you ever want to regenerate if from this org
of this file]]. If you ever want to regenerate if from this org
document, simply =M-x org-babel-tangle=.
document, simply =M-x org-babel-tangle=.
* Machine-dependent configuration
For Linux, macOS, and other Unix-like systems, the following settings will probably work fine. If you use Windows, or if running Python and/or R code from OrgMode fails with an error message, please replace "python3" by the full path to your Python interpreter.
#+begin_src emacs-lisp :tangle init.el
;; Machine-dependent configuration - adapt as required for your computer!
#+end_src
** Python
*** We use python3
#+begin_src emacs-lisp :tangle init.el
;; If a full path to the interpreter is used, be careful it if contains spaces
;; (which seems to be typical for Windows and not rare for macOS). The path
;; must then be surrounded by backslash-escaped quotation marks, as in