How to install Python without root priviledges ?

Osvaldo Santana Neto osantana at netbank.com.br
Fri Jun 7 21:31:55 EDT 2002


On Tue, May 28, 2002 at 12:36:23PM +0200, Shagshag13 wrote:
> 
> I'm a real newbie in unix's world and i would like to install python on a
> machine where *i can't have* any root priviledges, how should i do that ?
> 
> (it's on a HP Unix, but don't even know how to check the exact os name or
> version...)
> 
> i do this :
> 
> mkdir /home/shagshag/local
> download Python-2.2.1.tgz
> gunzip
> tar -xvf Python-2.2.1.tgz
> cd Python-2.2.1
> ./configure --prefix=/home/shagshag/local
> make

make install

> 
> And i get nothing !!!!
> 
> Is it the good way to install ???
> 
> Thanks in advance,
> 
> S13.
> 
> please, don't forget i'm not a skilled unix guy...
> 
> 
> -- 
> http://mail.python.org/mailman/listinfo/python-list

-- 
Osvaldo Santana Neto    -    aCiDBaSe
ICQ#: 11287184 - www.osantana.f2s.com





More information about the Python-list mailing list