Settings ExternalScriptInterpreterSettings/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 25.x)
Zur Navigation springen Zur Suche springen
Inhalt gelöscht Inhalt hinzugefügt
Sv (Diskussion | Beiträge)
Änderung übernommen aus altem Wiki von cg, 19.11.25
 
(2 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt)
Zeile 3: Zeile 3:
=== General Script Execution ===
=== General Script Execution ===
===== Additional Path =====
===== Additional Path =====
Defines additional pathes which are added to the $PATH environment variable (%PATH% on Windows).
Defines additional paths which are added to the $PATH environment variable (%PATH% on Windows).
This is passed to any external script interpreter.<br>Notice, that pathes are separated by ":" (colon) under Unix/Linux but ";" (semi) under Windows.
This is passed to any external script interpreter.<br>
[[Datei:bulb.png|20px]]Notice, that paths are separated by ":" (colon) under Unix/Linux but ";" (semi) under Windows.
Additional pathes are useful if a script calls for other programs, and you do not want to hardcode any pathes in the script, in order to allow for the suite to be portable to other machines.
Additional paths are useful if a script calls for other programs, and you do not want to hardcode any paths in the script, in order to allow for the suite to be portable to other machines.


===== Environment Variables =====
===== Environment Variables =====
Zeile 23: Zeile 24:
* [[ Settings_ExternalScriptInterpreters_RubySettings/en|Ruby Settings]]
* [[ Settings_ExternalScriptInterpreters_RubySettings/en|Ruby Settings]]
* [[ Settings_ExternalScriptInterpreters_DartSettings/en|Dart Settings]]
* [[ Settings_ExternalScriptInterpreters_DartSettings/en|Dart Settings]]
* [[ Settings_ExternalScriptInterpreters_JuliaSettings/en|Julia Settings]]
* [[ Settings_ExternalScriptInterpreters_SmalltalkSettings/en|Smalltalk Settings]]
* [[ Settings_ExternalScriptInterpreters_SmalltalkSettings/en|Smalltalk Settings]]
* [[ Settings_ExternalScriptInterpreters_SchemeSettings/en|Scheme Settings]]
* [[ Settings_ExternalScriptInterpreters_SchemeSettings/en|Scheme Settings]]
Zeile 32: Zeile 34:
See also [[ Installing_additional_Frameworks/en |"Installing additional frameworks"]].
See also [[ Installing_additional_Frameworks/en |"Installing additional frameworks"]].


[[Settings_ExternalScriptInterpreterSettings/en|Back to "External Script Interpreter Settings"]]
[[ Settings_ExternalScriptInterpreterSettings/en|Back to "External Script Interpreter Settings"]]
<br>
<br>
[[Settings/en|Back to the main page "Settings"]]
[[ Settings/en|Back to the main page "Settings"]]


[[Category:Settings]]
[[Category:Settings]]

Aktuelle Version vom 23. Februar 2026, 12:53 Uhr

External Script Interpreter Settings

General Script Execution

Additional Path

Defines additional paths which are added to the $PATH environment variable (%PATH% on Windows). This is passed to any external script interpreter.
Notice, that paths are separated by ":" (colon) under Unix/Linux but ";" (semi) under Windows. Additional paths are useful if a script calls for other programs, and you do not want to hardcode any paths in the script, in order to allow for the suite to be portable to other machines.

Environment Variables

Additional environment variables passed to external script interpreters. To change, enter name and value and press "Add", or select a variable from the list and press "Remove".

Subitems under External Script Interpreter Settings

 


See also "Installing additional frameworks".

Back to "External Script Interpreter Settings"
Back to the main page "Settings"



Copyright © 2014-2024 eXept Software AG