Skip to content
Snippets Groups Projects
Commit d1dbbd44 authored by Jae Young Lee's avatar Jae Young Lee
Browse files

Change pip to pip3.

parent da99b1ff
No related branches found
No related tags found
No related merge requests found
...@@ -16,4 +16,4 @@ do ...@@ -16,4 +16,4 @@ do
done done
# Download pip packeges using requirements file # Download pip packeges using requirements file
pip download -r $SCRIPT_DIR/$REQUIREMENTS_FILE -d $SCRIPT_DIR/$PIP_PACKAGE_FOLDER pip3 download -r $SCRIPT_DIR/$REQUIREMENTS_FILE -d $SCRIPT_DIR/$PIP_PACKAGE_FOLDER
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment