Installing additional Frameworks/en: Unterschied zwischen den Versionen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 10: | Zeile 10: | ||
== Python Installation == |
== Python Installation == |
||
Goto [ https://www.python.org/downloads/ ] and select the appropriate package for your machine. |
|||
Notice, that there are both packages for python3 and python2.7 available, and you may have to install both, depending on the python Code to be executed later. |
|||
Open the expecco node interpreter settings ("Extras" → "Settings" → "Execution" → "External Scriptinterpreter" → "Python") and verify that the "python" command is found along your PATH variable settings (click on the Button with the "?"). |
|||
If not found, either restart expecco (if you installed node while expecco was active), or enter the path to your python interpreter into the path field. |
|||
Make sure that the correct python Version is displayed (2.x vs. 3.x). |
|||
[[Bild:PythonSettings.png|300px|PythonSettings]] |
[[Bild:PythonSettings.png|300px|PythonSettings]] |
Version vom 27. November 2019, 15:33 Uhr
Node Installation[Bearbeiten]
Goto [ https://nodejs.org/de/download/ ] and select the appropriate package for your machine. When asked if addtional packages are to be downloaded, answer "yes". Then VisualStudio build tools will also be installed, in case any node module will need to be compiled from C/C++ code.
Open the expecco node interpreter settings ("Extras" → "Settings" → "Execution" → "External Scriptinterpreter" → "Node") and verify that the "node" command is found along your PATH variable settings (click on the Button with the "?").
If not found, either restart expecco (if you installed node while expecco was active), or enter the path to your node interpreter into the path field.
Python Installation[Bearbeiten]
Goto [ https://www.python.org/downloads/ ] and select the appropriate package for your machine. Notice, that there are both packages for python3 and python2.7 available, and you may have to install both, depending on the python Code to be executed later.
Open the expecco node interpreter settings ("Extras" → "Settings" → "Execution" → "External Scriptinterpreter" → "Python") and verify that the "python" command is found along your PATH variable settings (click on the Button with the "?").
If not found, either restart expecco (if you installed node while expecco was active), or enter the path to your python interpreter into the path field.
Make sure that the correct python Version is displayed (2.x vs. 3.x).