Initial commit: obsidian to gitea
This commit is contained in:
10
period/daily/26/260320.md
Normal file
10
period/daily/26/260320.md
Normal file
@@ -0,0 +1,10 @@
|
||||
```bash
|
||||
OLD="/dashscope/caches/application/wjh"
|
||||
NEW="/home/admin/cpfs/wjh"
|
||||
|
||||
grep -rl "$OLD" .venv | xargs sed -i "s|$OLD|$NEW|g"
|
||||
|
||||
find .venv -name "*.pyc" -delete
|
||||
|
||||
python -c "import sys; print(sys.prefix)"
|
||||
```
|
||||
Reference in New Issue
Block a user