This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Revert /bin/bash as it actually worked just fine
tags/v0.3.7rc0
haixuanTao
1 year ago
parent
4973c86955
commit
9bb66e7181
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
install.sh
+ 1
- 1
install.sh
View File
@@ -195,7 +195,7 @@ else
echo ""
fi
if [
-z
"$
BA
SH" ]; then
if [ "$SH
ELL" = "/bin/bash
" ]; then
if ! grep -q "$dest" ~/.bashrc; then
echo "Adding $dest to PATH in ~/.bashrc"
echo "export PATH=\$PATH:$dest" >> ~/.bashrc
Write
Preview
Loading…
Cancel
Save