Ubuntu 20.04 设置 python 版本
Ubuntu 20.04 默认自带 python3,但是需要使用 python3 命令。
执行以下命令即可:
apt-get update
apt install python-is-python3 python-dev-is-python3
apt install python3-pip
目前学习.NET Core 最好的教程 .NET Core 官方教程 ASP.NET Core 官方教程
Ubuntu 20.04 默认自带 python3,但是需要使用 python3 命令。
执行以下命令即可:
apt-get update
apt install python-is-python3 python-dev-is-python3
apt install python3-pip
目前学习.NET Core 最好的教程 .NET Core 官方教程 ASP.NET Core 官方教程