简体   繁体   English

终端命令行python3.3

[英]terminal command line python3.3

I'm following a book tutorial and it's telling me to install python3.3 with the command line 我正在看一本书的教程,它告诉我使用命令行安装python3.3

sudo apt-get install python3.3

however I'm getting errors 但是我遇到了错误

Unable to locate package python3.3
Couldn't find any package by regex 'python3.3;

Check the link: https://askubuntu.com/questions/244544/how-to-install-python-3-3 检查链接: https : //askubuntu.com/questions/244544/how-to-install-python-3-3

Just install python3.2.3. 只需安装python3.2.3。 As given below 如下

sudo apt-get install python3

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM