What is the best way to install python 3.7.7 as a user (locally) without sudo or wget?

3.2k Views Asked by At

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!

1

There are 1 best solutions below

2
On

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)