Commit 34bb6337 authored by kewei.jia's avatar kewei.jia

下载pip

parent 1819ef52
......@@ -28,11 +28,10 @@ echo "pip intall requirements"
pip install -r ${package_path}/requirements.txt
echo "start python"
tail -f ~/.bashrc
python ./startup.py
#if [[ $DEBUG == 1 ]]; then
# echo 'debug'
# tail -f ~/.bashrc
#fi
if [[ $DEBUG == 1 ]]; then
echo 'debug'
tail -f ~/.bashrc
fi
echo done!!!
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment