mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2026-08-20 23:59:16 +08:00
Fix systems that removed python2 symlink
This commit is contained in:
@@ -26,7 +26,7 @@ function linux_install_deps {
|
||||
automake libtool make git python2.7 \
|
||||
sqlite3 cmake git curl
|
||||
curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py
|
||||
$1 python2 get-pip.py
|
||||
$1 python2.7 get-pip.py
|
||||
}
|
||||
|
||||
function install_py_deps {
|
||||
|
||||
Reference in New Issue
Block a user