You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to allow running commands that do not need a venv at all. This would allow skipping the venv build if the venv is not needed.
For example, system commands or tools from non-Python package ecosystems (npx run prettier) should run without a venv.
With no venv, it would by typical to use once = true, but there could be a use case for once = false and to substitute {python_version} into the run command.
Details
OS: Linux
Python version: 3.12
thx version: 0.6.0
Can you repro on main? N/A
Can you repro in a clean virtualenv? N/A
The text was updated successfully, but these errors were encountered:
Description
It would be useful to allow running commands that do not need a venv at all. This would allow skipping the venv build if the venv is not needed.
For example, system commands or tools from non-Python package ecosystems (
npx run prettier
) should run without a venv.With no venv, it would by typical to use
once = true
, but there could be a use case foronce = false
and to substitute{python_version}
into therun
command.Details
The text was updated successfully, but these errors were encountered: