Is your feature request related to a problem? Please describe.
I'd like to disable CondaPkg and use python in manually created .venv
Describe the solution you'd like
add meta config JULIA_PYTHONCALL_EXE=@venv that would load .venv/bin/python or .venv/Scripts/python.exe (on windows).
The folder .venv is at the same folder with (Julia)Project.toml just like .CondaPkg
Additional context
Now we have @CondaPkg (default), and @PyCall, I'd like to add @venv to simplify configuration.
Is your feature request related to a problem? Please describe.
I'd like to disable CondaPkg and use python in manually created
.venvDescribe the solution you'd like
add meta config JULIA_PYTHONCALL_EXE=@venv that would load
.venv/bin/pythonor.venv/Scripts/python.exe(on windows).The folder
.venvis at the same folder with(Julia)Project.tomljust like.CondaPkgAdditional context
Now we have
@CondaPkg(default), and@PyCall, I'd like to add@venvto simplify configuration.