lis的包管理元件

2021-06-07 04:39:41 字數 458 閱讀 1360

asdf組建:

檢查元件是否安裝好: (asdf-version) , 如果報錯也可能是沒有載入 (asdf:load-system :asdf), 然後就可以呼叫 (require "asdf") 來使用元件了。

定義自己的元件載入:建立目錄 ~/.conf/common-lisp/source-registery.conf.d/, 然後目錄下放置任意的檔案,比如 mylist-example.conf 內容如下:

(:tree "~/path/to/your/example") #; recursive search the lib

(:directory "~/path/to/your/example/dir") #; only search the direction with no recursive.

commonlisp的預設安裝路徑~/.local/share/common-lisp/source

python包管理 關於python包管理

有著41個物件 檔案或者資料夾 1 其中linester 1.0.0 py2.7.egg info檔案 是安裝mynester跟yournester的資訊總結,他們使用了python setup.py install 的安裝方式。學會使用distutils發布包,見文章 但是在linester 1....

軟體管理 rpm包管理 原始碼包管理

1.rpm包 rpm 原red hat package manager,現在是乙個遞迴縮寫 由 red hat 公司提出,被眾多 linux 發行版所採用。也稱二進位制 binary code 無需編譯,可以直接使用。無法設定個人設定,開關功能 軟體包示例 注意字尾 mysql community ...

FreeBSD的包管理

freebsd下安裝軟體不是ubuntu的apt get,也不是gentoo的portage。有三種方法 這裡簡單介紹前兩種。freebsd 6.0 預設是不安裝wget的,我們可以通過下面兩種方法進行安裝。1 package方法 pkg add r wget 2 ports方式 我比較喜歡port...