Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Python] Desinstallation involontaire.(resolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
zeuss1414
Guru
Guru


Joined: 23 Mar 2004
Posts: 490

PostPosted: Thu Apr 06, 2006 5:44 pm    Post subject: [Python] Desinstallation involontaire.(resolu) Reply with quote

Bonjour a tous,

J'ai un gros problème sur ma gentoo. J'ai desinstaller python sans faire attention et du coup je peux plus utiliser emerge.

Qu'est ce que je peux faire ??


Last edited by zeuss1414 on Thu Apr 06, 2006 6:19 pm; edited 1 time in total
Back to top
View user's profile Send private message
boozo
Advocate
Advocate


Joined: 01 Jul 2004
Posts: 3193

PostPosted: Thu Apr 06, 2006 5:49 pm    Post subject: Reply with quote

'alute

prend un binaire ici et hop... :wink:

[Edit] bon l'est peu vieux mon lien je vieilli :lol: alors... pour pentium-based python-2.4.2 ; 2.4.1-r1
et pour amd-xp 2.4.1-r1
_________________
" Un psychotique, c'est quelqu'un qui croit dur comme fer que 2 et 2 font 5, et qui en est pleinement satisfait.
Un névrosé, c'est quelqu'un qui sait pertinemment que 2 et 2 font 4, et ça le rend malade ! "


Last edited by boozo on Thu Apr 06, 2006 5:58 pm; edited 1 time in total
Back to top
View user's profile Send private message
zeuss1414
Guru
Guru


Joined: 23 Mar 2004
Posts: 490

PostPosted: Thu Apr 06, 2006 5:54 pm    Post subject: Reply with quote

Ok mais pour le decompresser je fait comment ?
car si je fait tar jxvf ca me cré un repertoire usr là ou je l'ai telecharger. Y a pas un commande qui envoit tout directement à la bonne place ?
Back to top
View user's profile Send private message
Argian
l33t
l33t


Joined: 01 May 2004
Posts: 682
Location: Nîmes

PostPosted: Thu Apr 06, 2006 6:14 pm    Post subject: Reply with quote

Code:
tar -xvjf /chemin/vers/archive.tbz2 -C /
Ça devrait fonctionner comme ça :wink:
_________________
Proverbe Chinois : "Lorsqu'on n'a rien à dire d'intéressant, on cite généralement un proverbe Chinois."
Back to top
View user's profile Send private message
zeuss1414
Guru
Guru


Joined: 23 Mar 2004
Posts: 490

PostPosted: Thu Apr 06, 2006 6:18 pm    Post subject: Reply with quote

Ok merci beaucoup ca marche :lol:
Back to top
View user's profile Send private message
boozo
Advocate
Advocate


Joined: 01 Jul 2004
Posts: 3193

PostPosted: Thu Apr 06, 2006 6:20 pm    Post subject: Reply with quote

heu... man tar :roll: (option -C)

si çà ne te conviens pas et que tu as encore ton tarball de python dans le distfile tu devrait pouvoir t'en sortir ainsi :
Quote:
# cd
# tar xzf /usr/portage/distfiles/Python-<version>
# cd Python-<version>
# ./configure --with-fpectl --infodir=/usr/share/info/ --mandir=/usr/share/man
# make
# make install prefix=/usr
# rm /usr/bin/python 2>/dev/null
# rm /usr/bin/python2 2>/dev/null
# ln -s /usr/bin/python /usr/bin/python2.4
# ln -s /usr/bin/python2 /usr/bin/python2.4


[Edit]arf ! moi et mes refresh...
_________________
" Un psychotique, c'est quelqu'un qui croit dur comme fer que 2 et 2 font 5, et qui en est pleinement satisfait.
Un névrosé, c'est quelqu'un qui sait pertinemment que 2 et 2 font 4, et ça le rend malade ! "
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum