File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1515
1616is_kclvm_installed=$( $python3_bin -c " import pkgutil; print(bool(pkgutil.find_loader('kclvm')))" )
1717# once: pip install
18- if [ $is_kclvm_installed -eq " False" ] ; then
18+ if [ " $is_kclvm_installed " x = " False" x ] ; then
1919 mkdir -pv $kclvm_install_dir /lib/site-packages/
2020 # check python3 version
2121 $python3_bin -c " import sys; sys.exit(0) if sys.version_info>=(3,7,3) else (print('please install python 3.7.3+') or sys.exit(1))"
Original file line number Diff line number Diff line change 1616
1717is_kclvm_installed=$( $python3_bin -c " import pkgutil; print(bool(pkgutil.find_loader('kclvm')))" )
1818# once: pip install
19- if [ $is_kclvm_installed -eq " False" ] ; then
19+ if [ " $is_kclvm_installed " x = " False" x ] ; then
2020 mkdir -pv $kclvm_install_dir /lib/site-packages/
2121 # check python3 version
2222 $python3_bin -c " import sys; sys.exit(0) if sys.version_info>=(3,7,3) else (print('please install python 3.7.3+') or sys.exit(1))"
Original file line number Diff line number Diff line change 1616
1717is_kclvm_installed=$( $python3_bin -c " import pkgutil; print(bool(pkgutil.find_loader('kclvm')))" )
1818# once: pip install
19- if [ $is_kclvm_installed -eq " False" ] ; then
19+ if [ " $is_kclvm_installed " x = " False" x ] ; then
2020 mkdir -pv $kclvm_install_dir /lib/site-packages/
2121 # check python3 version
2222 $python3_bin -c " import sys; sys.exit(0) if sys.version_info>=(3,7,3) else (print('please install python 3.7.3+') or sys.exit(1))"
Original file line number Diff line number Diff line change 1616
1717is_kclvm_installed=$( $python3_bin -c " import pkgutil; print(bool(pkgutil.find_loader('kclvm')))" )
1818# once: pip install
19- if [ $is_kclvm_installed -eq " False" ] ; then
19+ if [ " $is_kclvm_installed " x = " False" x ] ; then
2020 mkdir -pv $kclvm_install_dir /lib/site-packages/
2121 # check python3 version
2222 $python3_bin -c " import sys; sys.exit(0) if sys.version_info>=(3,7,3) else (print('please install python 3.7.3+') or sys.exit(1))"
Original file line number Diff line number Diff line change 1616
1717is_kclvm_installed=$( $python3_bin -c " import pkgutil; print(bool(pkgutil.find_loader('kclvm')))" )
1818# once: pip install
19- if [ $is_kclvm_installed -eq " False" ] ; then
19+ if [ " $is_kclvm_installed " x = " False" x ] ; then
2020 mkdir -pv $kclvm_install_dir /lib/site-packages/
2121 # check python3 version
2222 $python3_bin -c " import sys; sys.exit(0) if sys.version_info>=(3,7,3) else (print('please install python 3.7.3+') or sys.exit(1))"
Original file line number Diff line number Diff line change 1616
1717is_kclvm_installed=$( $python3_bin -c " import pkgutil; print(bool(pkgutil.find_loader('kclvm')))" )
1818# once: pip install
19- if [ $is_kclvm_installed -eq " False" ] ; then
19+ if [ " $is_kclvm_installed " x = " False" x ] ; then
2020 mkdir -pv $kclvm_install_dir /lib/site-packages/
2121 # check python3 version
2222 $python3_bin -c " import sys; sys.exit(0) if sys.version_info>=(3,7,3) else (print('please install python 3.7.3+') or sys.exit(1))"
Original file line number Diff line number Diff line change 1616
1717is_kclvm_installed=$( $python3_bin -c " import pkgutil; print(bool(pkgutil.find_loader('kclvm')))" )
1818# once: pip install
19- if [ $is_kclvm_installed -eq " False" ] ; then
19+ if [ " $is_kclvm_installed " x = " False" x ] ; then
2020 mkdir -pv $kclvm_install_dir /lib/site-packages/
2121 # check python3 version
2222 $python3_bin -c " import sys; sys.exit(0) if sys.version_info>=(3,7,3) else (print('please install python 3.7.3+') or sys.exit(1))"
You can’t perform that action at this time.
0 commit comments