Debian10 安装MyCLI

字节银月师
• 阅读 1636

1 概述

Debian10安装MyCLI

环境:

  • Debian10
  • Python3.7

2 准备环境

2.1 Python

首先确保安装了Python

apt install python3

若是没有换源建议先换源,这里列出了阿里的源:

deb http://mirrors.aliyun.com/debian/ buster main non-free contrib
deb-src http://mirrors.aliyun.com/debian/ buster main non-free contrib
deb http://mirrors.aliyun.com/debian-security buster/updates main
deb-src http://mirrors.aliyun.com/debian-security buster/updates main
deb http://mirrors.aliyun.com/debian/ buster-updates main non-free contrib
deb-src http://mirrors.aliyun.com/debian/ buster-updates main non-free contrib
deb http://mirrors.aliyun.com/debian/ buster-backports main non-free contrib
deb-src http://mirrors.aliyun.com/debian/ buster-backports main non-free contrib

使用:

sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
sudo vim /etc/apt/sources.list

把源复制过去即可。

安装完成后可以加个软链:

sudo ln -s /usr/bin/python3 /usr/bin/python

2.2 pip

同时需要安装pip

apt install python3-pip

安装完成后,可以先添加一个别名:

sudo ln -s /usr/bin/pip3 /usr/bin/pip

再测试一下:

pip --version

Debian10 安装MyCLI

接着为pip换源,先创建~/.pip目录,在创建~/.pip/pip.conf文件:

mkdir ~/.pip
cd ~/.pip
vim pip.conf

输入如下内容:

[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host = https://pypi.tuna.tsinghua.edu.cn

可以使用pip config list查看是否存在镜像:

Debian10 安装MyCLI

3 安装MyCLI

pip install mycli

Debian10 安装MyCLI

使用:

mycli -u USERNAME

输入密码即可:

Debian10 安装MyCLI

点赞
收藏
评论区
推荐文章
Wesley13 Wesley13
3年前
java通过sina端口提取股票历史数据并存入MySQL
 1.提取股票代码代码见:http://www.oschina.net/code/snippet\_2688840\_55337(http://www.oschina.net/code/snippet_2688840_55337) 2抓取sina股票的json页面数据;代码见:http://www.oschina.net/code/snip
虾米大王 虾米大王
3年前
java代码092
code092.jsp通过FindServlet类查询分页数据所有图书信息ID图书名称价格数量作者<%Listlist1(List)request.getAttribute("list");for(code089book:list1)%
虾米大王 虾米大王
3年前
java代码099
code099.jspInserttitlehere$pageScope.user.name
Wesley13 Wesley13
3年前
JAVA_将二进制流转换成图片文件
_1. __\代码\_将二进制流转换成图片文件晚风工作室www.soservers.com    _跳至\1\(http://www.oschina.net/code/snippet_931591_1760429253)\全屏预览\(http://www.oschina.net/code/piece_full?code17
Wesley13 Wesley13
3年前
VS code部署RUST运行环境
VScode部署RUST开始之前安装语言环境搭建测试环境结尾开始之前1、安装rustrust安装地址(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.rustlang.
Stella981 Stella981
3年前
Linux之man命令详解及中文汉化
一、安装中文版man官方下载地址:https://code.google.com/archive/p/manpageszh/GITHUB项目地址:https://github.com/manpageszh/manpageszh安装方法一1、Debian/Ubuntu安装sudo
Stella981 Stella981
3年前
Debian10 安装MyCLI
1概述Debian10安装MyCLI。环境:Debian10Python3.72准备环境2.1Python首先确保安装了Python:aptinstallpython3若是没有换源建议先换源,这里列出了阿里的
Wesley13 Wesley13
3年前
Oracle:Pivot 转多列并包含多个名称
SELECTFROM(SELECTl.DISTRIBUTOR_ID,d.SKU_CODE,d.WH_CODE,d.ORDER_PACKAGES,d.PRICE,d.YEARLY||d.MONTHLYasYM,d
Stella981 Stella981
3年前
Mac005
MacVisualstudioCode工具安装(企业常用)安装网址:https://code.visualstudio.com/download设置格式:1。配置工作区与终端字体大小!(https://images2018.cnblogs.com/blog/127
Stella981 Stella981
3年前
Code
ylbtechCodeNFine:NFine介绍1\.NFine平台介绍返回顶部1、使用时请务必保留来源,请勿用于违反我国法律的web平台、如诈骗等非法平台网站。版权最终解释权归《NFine团队》所有NFine是一套基于ASP.NETMVCEF6Bootstrap开发出来的框架,源代码完全开源,可以帮助你解
Stella981 Stella981
3年前
Python code question 1
Question1Level1Question:Writeaprogramwhichwillfindallsuchnumberswhicharedivisibleby7butarenotamultipleof5,between2000and3200(bothincluded).The
字节银月师
字节银月师
Lv1
伤见路旁杨柳春,一重折尽一重新。今年还折去年处,不送去年离别人。
文章
4
粉丝
0
获赞
0