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
|
||||
eval "$(pyenv virtualenv-init -)"
|
||||
|
||||
#enable pyenv shell integration now.
|
||||
eval "$(pyenv init -)"
|
||||
|
||||
#load env for the proj. 'distribusi-foh'
|
||||
pyenv shell distribusi-foh
|
||||
|
||||
#change directory
|
||||
cd /home/nextcloud/distribusi-foh
|
||||
cd /home/nextcloud/distribusi-foh000
|
||||
|
||||
#start to watch.. (with thumbnailing)
|
||||
# python distribusi/test.py -t -d ./data/
|
||||
|
|
|
|||
Loading…
Reference in a new issue