Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 98bd07f

Browse files
authored
Merge pull request #30 from KusionStack/add-env-kclvm-clang
feat: add default environment KCLVM_CLANG=/usr/bin/clang when kusionu…
2 parents 78b38e6 + 27ea88c commit 98bd07f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pkg/commands/init.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ import (
1515
const (
1616
// KusionupEnvFileContent is the content of the kusionup environment file
1717
KusionupEnvFileContent = `export PATH=$HOME/.kusionup/bin:$HOME/.kusionup/current/bin:$HOME/.kusionup/current/kclvm/bin:$PATH
18-
export KUSION_PATH=$HOME/.kusionup/current`
18+
export KUSION_PATH=$HOME/.kusionup/current
19+
export KCLVM_CLANG=/usr/bin/clang`
1920
// ProfileFileSourceContent is the content of the kusionup profile file
2021
ProfileFileSourceContent = `source "$HOME/.kusionup/env"`
2122

0 commit comments

Comments
 (0)