This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Tommy.Carstensen
Recipients Tommy.Carstensen, christian.heimes, ned.deily, r.david.murray, rahvee, ronaldoussoren
Date 2018-02-16.01:21:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518744092.02.0.467229070634.issue29480@psf.upfronthosting.co.za>
In-reply-to
Content
I can't user requests, urllib, pandas.read_html(), etc. because of this. I don't have root access / sudo rights. I've tried downloading OpenSSL from openssl.org and then installing with:
 `./config --prefix=/my/home/dir ; make ; make install`

Then I tried installing Python with:
 `export CFLAGS="-I/my/home/dir/include" ; export LDFLAGS="-L/my/home/dir/lib" ; ./configure prefix=/my/home/dir ; make ; make install`

But it doesn't work. How can I install Python3.6 without root access / admin rights? Thanks!
History
Date User Action Args
2018-02-16 01:21:32Tommy.Carstensensetrecipients: + Tommy.Carstensen, ronaldoussoren, christian.heimes, ned.deily, r.david.murray, rahvee
2018-02-16 01:21:32Tommy.Carstensensetmessageid: <1518744092.02.0.467229070634.issue29480@psf.upfronthosting.co.za>
2018-02-16 01:21:31Tommy.Carstensenlinkissue29480 messages
2018-02-16 01:21:31Tommy.Carstensencreate