sinc
parent
0550793503
commit
d970267b5d
@ -1,3 +1,3 @@
|
||||
cd pics/ &&
|
||||
cd /Users/fmc_mac3/harvesting_the_net/pics/ &&
|
||||
source bin/activate &&
|
||||
flask run
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,3 +1,3 @@
|
||||
cd pics/ &&
|
||||
cd /Users/fmc_mac3/harvesting_the_net/pics/ &&
|
||||
source bin/activate &&
|
||||
python3 pics.py
|
||||
|
@ -1,3 +1,3 @@
|
||||
cd text/ &&
|
||||
cd /Users/fmc_mac3/harvesting_the_net/text/ &&
|
||||
source bin/activate &&
|
||||
flask run -p 5001
|
||||
|
@ -1,8 +0,0 @@
|
||||
#!/Users/poni/harvesting_the_net/text/bin/python3.10
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
from flask.cli import main
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(main())
|
File diff suppressed because one or more lines are too long
@ -1,3 +1,3 @@
|
||||
cd text/ &&
|
||||
cd /Users/fmc_mac3/harvesting_the_net/text/ &&
|
||||
source bin/activate &&
|
||||
python3 text.py
|
||||
|
Loading…
Reference in New Issue