iT邦幫忙

0

Python_0-3_部署開發環境_移除Python及jupyter

Joe 2019-08-30 15:52:221691 瀏覽
  • 分享至 

  • xImage
  •  

首先移除jupyter

安裝pip-autoremove:
輸入pip install pip-autoremove
https://ithelp.ithome.com.tw/upload/images/20190830/201103341DCUsmXaE4.png

移除jupyter:
輸入pip-autoremove jupyter -y
https://ithelp.ithome.com.tw/upload/images/20190830/20110334BqgZyLo7jO.png

移除完成!!!

接著移除Python
直接雙擊安裝程式執行反安裝
https://ithelp.ithome.com.tw/upload/images/20190830/201103342EgE3CfOJK.png

https://ithelp.ithome.com.tw/upload/images/20190830/20110334HWUUwA6VbX.png

https://ithelp.ithome.com.tw/upload/images/20190830/20110334ns078kHwmQ.png

移除完成!!!

一樣撰寫批次檔
快速移除jupyter
https://ithelp.ithome.com.tw/upload/images/20190830/20110334JoXCYHY633.png

echo off

::安裝autoremove
pip install pip-autoremove

::移除jupyter
pip-autoremove jupyter -y

pause


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言