Skip to content
Snippets Groups Projects
Commit 20688b6f authored by Adrian Cheng's avatar Adrian Cheng
Browse files

fix: pip3 installation as user

parent 7f00aa73
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ sudo yum install -y python3 ...@@ -3,7 +3,7 @@ sudo yum install -y python3
echo "python3 install successful" echo "python3 install successful"
echo "installing python dependencies" echo "installing python dependencies"
pip3 install simplefix pip3 install simplefix --user
echo "python dependencies install successful" echo "python dependencies install successful"
echo "Exchange Provision Ran" echo "Exchange Provision Ran"
\ No newline at end of file
...@@ -3,7 +3,7 @@ sudo yum install -y python3 ...@@ -3,7 +3,7 @@ sudo yum install -y python3
echo "python3 install successful" echo "python3 install successful"
echo "installing python dependencies" echo "installing python dependencies"
pip3 install simplefix pip3 install simplefix --user
echo "python dependencies install successful" echo "python dependencies install successful"
echo "Trader Provision Ran" echo "Trader Provision Ran"
\ 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