2021年1月1日

ubuntu18.08创建python沙盒环境步骤

摘要: 1、安装必要包组 pip3 install virtualenv pip3 install virtualenvwrapper 2.创建存放虚拟环境的路径 mkdir $HOME/.virtualenvs 3.编辑环境变量 sudo vim /etc/profile.d/pythonvps.sh e 阅读全文

posted @ 2021-01-01 22:57 jiapengchu 阅读(261) 评论(0) 推荐(0)

ubuntu18.04安装谷歌拼音输入法

摘要: 1、sudo apt install fcitx 2、im-config 3、OK -- Yes -- fcitx -- OK 4、sudo apt install fcitx-googlepinyin 5、rebot 6、fcitx-config-gtk3 阅读全文

posted @ 2021-01-01 21:36 jiapengchu 阅读(727) 评论(0) 推荐(0)

导航