<< Sitex Air Renderer and Python cgkit 戻る Sitex Air14 has been installed under CentOS 6.10 >>

To switch python2 under Linux Fedora 32

How to change default Python version on Linux/Fedora 28

under Fedora32

# alternatives --install /usr/bin/python python /usr/bin/python3.7 2
# alternatives --install /usr/bin/python python /usr/bin/python2.7 1

sudo alternatives --config python

2 プログラムがあり 'python' を提供します。

選択 コマンド
-----------------------------------------------
* 1 /usr/bin/python3.7
+ 2 /usr/bin/python2.7

Enter を押して現在の選択 [+] を保持するか、選択番号を入力します:1

$ alternatives --list | grep -i python
python manual /usr/bin/python3.7


------------------------------------------------------
setup.pyを用いてインストールしたモジュールのアンインストール方法

python setup.py install --record install.txt

sudo cat inst.txt | sudo xargs rm -rf
------------------------------------------------------
to burn ISO image example:

samp:出力例
$ mkisofs -r -J -V "airCD" -o air_image.iso /run/media/mac/A12C-3EDA/

------------------------------------------------------
to edit gnome boxes example:

$ cd .config
$ cd libvirt/qemu/
samp:出力例
$ virsh edit centos6.8
-----------------------------------------------------
glibc version check

$ /lib/x86_64-linux-gnu/libc.so.6
or
# rpm -q glibc
# yum list installed | grep glibc

Thank You.
  • -
  • -

<< Sitex Air Renderer and Python cgkit 戻る Sitex Air14 has been installed under CentOS 6.10 >>