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
Something like this should do the trick, although combining mise tera templating with jinja templating could get tricky: python.virtualenv = '{% if env.VIRTUALENVS_DIR %}{{ env.VIRTUALENVS_DIR }}/{{virtualenv_name}}{% else %}.venv{% endif %}'
Note that virutalenv_name would be templated by copier, while the rest of the template directives should be read at runtime by mise.
Default to
VIRTUALENVS_DIR/<virtualenv_name>
ifVIRTUALENVS_DIR
is defined, otherwise.venv
The text was updated successfully, but these errors were encountered: