I'm trying to set up my Bluehost account with python 3 so that I can use it with a flask site that I've created locally. I found instructions on how to do this at: http://multiactivelife.com/articles/install-python3-on-bluehost. I made it most of the way through, but I unfortunately get the following error when I try to run make install
:
/usr/bin/install: cannot create regular file `/usr/local/bin/python3.7m': Read-only file system
make: *** [altbininstall] Error 1
I have tried to chmod to the bin directory (0755) but with no luck. Any idea on how I can get write access to my bin folder so that I can install python 3 on bluehost?