File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
automated/android/apk-automation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ if [ "${SKIP_INSTALL}" = "true" ] || [ "${SKIP_INSTALL}" = "True" ]; then
42
42
else
43
43
! check_root && error_msg " Please run this script as superuser!"
44
44
# install_deps "git python python-lxml python-pil python-setuptools python-requests python-matplotlib python-requests ca-certificates curl tar xz-utils" "${SKIP_INSTALL}"
45
- install_deps " python3-distutils git ca-certificates curl tar xz-utils" " ${SKIP_INSTALL} "
45
+ install_deps " python3.9 python3 -distutils git ca-certificates curl tar xz-utils" " ${SKIP_INSTALL} "
46
46
if python3 --version| grep ' Python 3.6' ; then
47
47
# Workaround for Ubuntu 18.04 Bionic version.
48
48
# ModuleNotFoundError: No module named 'distutils.cmd' needs python3-distutils
58
58
sudo pip install virtualenv
59
59
pip --version
60
60
virenv_dir=python-workspace
61
- virtualenv --python=python3 ${virenv_dir}
61
+ virtualenv --python=python3.9 ${virenv_dir}
62
62
[ ! -d AndroidViewClient ] && git clone --depth 1 " ${url_android_view_clien} "
63
63
# shellcheck disable=SC1090
64
64
source ${virenv_dir} /bin/activate
You can’t perform that action at this time.
0 commit comments