|
@ -1,6 +1,10 @@ |
|
|
(use-package python |
|
|
(use-package python |
|
|
:mode ("\\.py\\'" . python-mode)) |
|
|
:mode ("\\.py\\'" . python-mode)) |
|
|
;; ############## |
|
|
;; ############## |
|
|
|
|
|
;; EPC muss installiert sein |
|
|
|
|
|
;; Fedora: |
|
|
|
|
|
;; # dnf install python3-pip |
|
|
|
|
|
;; pip3 install --user epc |
|
|
;; damit der EPC-Server funktioniert, |
|
|
;; damit der EPC-Server funktioniert, |
|
|
;; muss in /etc/hosts der Eintrag |
|
|
;; muss in /etc/hosts der Eintrag |
|
|
;; 127.0.0.1 localhost |
|
|
;; 127.0.0.1 localhost |
|
|