Re: Python 3 Rationale?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



You know what you could do is something like

rm /usr/bin/python
echo > /usr/bin/python << HERE
#! /bin/bash

[ -z "$_PYTHON" ] && _PYTHON=/usr/bin/python2

$_PYTHON "$@"
HERE
chmod 755 /usr/bin/python

if the transition is bothering you too much. Then when things calm down a
little you just delete that file and put the symlink back.

Kaiting.


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux