conda命令入坑記
本人使用的軟件版本:
TypeError: LoadLibrary() argument 1 must be str, not None
網上太多的資料,大多都是在講path的設置,試來試去根本無效,反而繞的暈的不行!!還好!有兩篇文章將的還靠點邊,在加上自己的理解,終於-------
綜合上述兩篇文章操作如下
- 找到conda.bat的路徑C:\Users\XXX\AppData\Local\Continuum\anaconda3\condabin
運行命令"conda.bat info -e"和"conda.bat list",效果如下,但沒有解決問題
- 運行命令"conda.bat update -n base conda",效果如下,完滿解決(注意:我們最終是要轉到conda上來)!
總結
至於condabin文件夾下conda.bat文件的更多使用,繼續~~~~