From: Jan N. <jan...@gm...> - 2024-09-24 06:13:37
|
Op ma 23 sep 2024 om 20:45 schreef Alexander Schöpe via Tcl-Core < tcl...@li...>: > Hello everyone, > > Previously, I was able to extend or adjust the `auto_path` in Tcl on my > Mac using the environment variable `TCL_PACKAGE_PATH`. This no longer seems > to work for either 8.6.15 or 9.0. What should I do? > >From the release notes: * TCL_PACKAGE_PATH change from Tcl list to platform path convention *** POTENTIAL INCOMPATIBILITY *** This means, if TCL_PACKAGE_PATH contains multiple paths, they should be separated with ':' now (or ':' on Windows). Hope this helps, Jan Nijtmans |