如何在Ubuntu 18.4软件中卸载Python 3.6 for Visual Studio代码?

azpvetkf  于 2024-01-06  发布在  Python
关注(0)|答案(1)|浏览(150)

**已关闭。**此问题为not about programming or software development。目前不接受回答。

此问题似乎与a specific programming problem, a software algorithm, or software tools primarily used by programmers无关。如果您认为此问题与another Stack Exchange site的主题相关,可以发表评论,说明在何处可以回答此问题。
10天前关门了。
这篇文章是编辑并提交审查9天前.
Improve this question

student@HP:~$ sudo apt-get remove --purge python3.6.9
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package python3.6.9
E: Couldn't find any package by glob 'python3.6.9'
E: Couldn't find any package by regex 'python3.6.9'
student@HP:~$ python3 --version

我试了这么多时间来卸载,但还没有完成。

student@HP:~$ sudo apt-get remove --purge python3.6.9
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package python3.6.9
E: Couldn't find any package by glob 'python3.6.9'
E: Couldn't find any package by regex 'python3.6.9'
student@HP:~$ python3 --version

student@HP:~$ sudo apt-get remove --purge python3.6.9
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package python3.6.9
E: Couldn't find any package by glob 'python3.6.9'
E: Couldn't find any package by regex 'python3.6.9'
student@HP:~$ python3 --version


它是终端命令行代码,所以它不是代码

xhv8bpkk

xhv8bpkk1#

你需要使用命令' $PIP uninstall '.:'pip uninstall - flask'使用Python 3.6:'pip3.6 uninstall --user flask'在那之后键入y来卸载这个。

相关问题