Merge branch 'main' of https://git.dianaband.info/doohoyi/distribusi-foh000 into main
This commit is contained in:
commit
26845117f3
2 changed files with 4 additions and 1 deletions
0
new
Normal file
0
new
Normal file
|
|
@ -11,11 +11,14 @@ if command -v pyenv 1>/dev/null 2>&1; then
|
||||||
fi
|
fi
|
||||||
eval "$(pyenv virtualenv-init -)"
|
eval "$(pyenv virtualenv-init -)"
|
||||||
|
|
||||||
|
#enable pyenv shell integration now.
|
||||||
|
eval "$(pyenv init -)"
|
||||||
|
|
||||||
#load env for the proj. 'distribusi-foh'
|
#load env for the proj. 'distribusi-foh'
|
||||||
pyenv shell distribusi-foh
|
pyenv shell distribusi-foh
|
||||||
|
|
||||||
#change directory
|
#change directory
|
||||||
cd /home/nextcloud/distribusi-foh
|
cd /home/nextcloud/distribusi-foh000
|
||||||
|
|
||||||
#start to watch.. (with thumbnailing)
|
#start to watch.. (with thumbnailing)
|
||||||
# python distribusi/test.py -t -d ./data/
|
# python distribusi/test.py -t -d ./data/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue