There are now tools that can use native Python venvs to provide globally-available command line tools that execute in a custom venv, such as pipx and uv tool. Given these newer tools, it may be better to transition TAU Commander to be a traditional pip package which can be installed with pipx or uv tool rather than requiring a custom Conda install with a customized installer.
There are now tools that can use native Python venvs to provide globally-available command line tools that execute in a custom venv, such as pipx and uv tool. Given these newer tools, it may be better to transition TAU Commander to be a traditional pip package which can be installed with
pipxoruv toolrather than requiring a custom Conda install with a customized installer.