UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit e46405c8 authored by Sean Cox's avatar Sean Cox
Browse files

Update koa_env_centos.sh to install pip before calling pip

parent 39068d00
No related merge requests found
......@@ -21,6 +21,7 @@ cd Python-3.8.2
sudo ./configure --enable-optimizations
sudo make altinstall
ln -sfn /usr/local/bin/python3.8 /usr/bin/python3
yum -y install python3-pip
pip3 install --upgrade pip
#Install Koadic
cd /
......
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