archlinux配置答疑

Q: chinese can not appear in my firefox and terminal rightly

A: pacman -S wqy-microhei

Q: install pip in arch linux

A: first go to pypi.python.org search "pip" find you need version, download it, choose the source install, my remote python is python3.5 but i set a alias to change python2.7, and i type the python setup.py install it, and then i got a pip which i need.

Q: config dns

A: edit /etc/resolv.conf  and use below

nameserver 114.114.114.114
nameserver 114.114.115.115

then quit type `systemctl restart netctl`

Q: 怎么样安装中文输入法?

A: 首先要下载fcitx, fcitx-configtool, fcitx-googlepinyin,然后配置一下就可以了。

Q: 系统默认python指定为python3.x版本,但是业界流行都是2.7,如果想默认为2.7,这时候应该怎么办?

A:去/usr/bin/里面修改python软连接的位置

--------

到此为止我的archlinux已经差不多安装完了,有一个坑是这样的,现在archlinux采用的是systemd来管理服务的,网上大多数都是rc.d什么的,这点了解到systemd是什么东西就可以搞定了。

good luck

原文地址:https://www.cnblogs.com/symons1992/p/5271130.html