We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372b822 commit d604b21Copy full SHA for d604b21
10/system_root/usr/bin/heliumos-homebrew-install
@@ -26,7 +26,7 @@ except Exception as e:
26
shell(f'bash {script_install_path}')
27
28
with open(script_env_temp_path, 'w') as f:
29
- f.write('eval "$(brew shellenv)" \n')
+ f.write('eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" \n')
30
f.write('export PATH=$PATH:$(brew --prefix)/bin/ \n')
31
f.write('export C_INCLUDE_PATH=$CC_INCLUDE_PATH:$(brew --prefix)/include/ \n')
32
f.write('export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(brew --prefix)/lib/ \n')
0 commit comments