Python_0-3_部署开发环境_移除Python及jupyter

首先移除jupyter

安装pip-autoremove:
输入pip install pip-autoremove
http://img2.58codes.com/2024/201103341DCUsmXaE4.png

移除jupyter:
输入pip-autoremove jupyter -y
http://img2.58codes.com/2024/20110334BqgZyLo7jO.png

移除完成!!!

接着移除Python
直接双击安装程式执行反安装
http://img2.58codes.com/2024/201103342EgE3CfOJK.png

http://img2.58codes.com/2024/20110334HWUUwA6VbX.png

http://img2.58codes.com/2024/20110334ns078kHwmQ.png

移除完成!!!

一样撰写批次档
快速移除jupyter
http://img2.58codes.com/2024/20110334JoXCYHY633.png

echo off

::安装autoremove
pip install pip-autoremove

::移除jupyter
pip-autoremove jupyter -y

pause


关于作者: 网站小编

码农网专注IT技术教程资源分享平台,学习资源下载网站,58码农网包含计算机技术、网站程序源码下载、编程技术论坛、互联网资源下载等产品服务,提供原创、优质、完整内容的专业码农交流分享平台。

热门文章