|
@@ -14,9 +14,9 @@ if [ ${env} = "--env=hk" ];then
|
|
|
profile_path=/etc/profile
|
|
|
python=python3
|
|
|
elif [ ${env} = "--env=prod" ];then
|
|
|
- piaoquan_crawler_dir=/data5/piaoquan_crawler/
|
|
|
+ piaoquan_crawler_dir=/root/piaoquan_crawler/
|
|
|
profile_path=/etc/profile
|
|
|
- python=python
|
|
|
+ python=/usr/bin/python3
|
|
|
elif [ ${env} = "--env=offline" ];then
|
|
|
piaoquan_crawler_dir=/Users/piaoquan/Desktop/piaoquan_crawler/
|
|
|
profile_path=./base_profile
|