I'm trying to install python3.7.7 on a remote server (Mac OS X). However, I have no sudo
privileges nor I can use wget
command. Would someone know the best way to install this python version and pip3 only for me as a user, locally?
Thanks!
I'm trying to install python3.7.7 on a remote server (Mac OS X). However, I have no sudo
privileges nor I can use wget
command. Would someone know the best way to install this python version and pip3 only for me as a user, locally?
Thanks!
Try to follow the same step written in this page. Remember to use the correct version with 3.7.7 instead of 2.7 (hence use this link in the wget https://www.python.org/ftp/python/3.7.7/Python-3.7.7.tgz)