mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-16 09:58:10 +00:00
No need for unnecessary $(conda run ...) to get python interpreter
This commit is contained in:
parent
00f0e6d92b
commit
0d933ac4c5
1 changed files with 2 additions and 2 deletions
|
@ -108,5 +108,5 @@ ensure_conda_env_python310 "$env_name" "$pip_dependencies"
|
|||
|
||||
echo -e "${GREEN}Successfully setup distribution environment. Configuring...${NC}"
|
||||
|
||||
python_interp=$(conda run -n "$env_name" which python)
|
||||
$python_interp -m llama_toolchain.cli.llama distribution configure --name "$distribution_name"
|
||||
which python3
|
||||
python3 -m llama_toolchain.cli.llama distribution configure --name "$distribution_name"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue