choco 软件介绍 :像使用apt一样在windows里使用chocolatey来安装各种软件_windows chocolatey-CSDN博客
安装Common Lisp cbsl使用命令
choco install sbcl -y
Windows10下如果报错无权限,使用管理员权限打开cmd终端,然后执行。
执行后
choco install sbcl -y
Chocolatey v2.4.2
Installing the following packages:
sbcl
By installing, you accept licenses for the packages.
Downloading package from source 'https://community.chocolatey.org/api/v2/'
sbcl v2.5.4 [Approved]
sbcl package files install completed. Performing other installation steps.
WARNING: Url has SSL/TLS available, switching to HTTPS for download
Downloading sbcl
from 'https://prdownloads.sourceforge.net/sbcl/sbcl-2.5.4-x86-64-windows-binary.msi'
Progress: 100% - Completed download of C:\Users\Admin\AppData\Local\Temp\chocolatey\sbcl\2.5.4\sbcl-2.5.4-x86-64-windows-binary.msi (13.28 MB).
Download of sbcl-2.5.4-x86-64-windows-binary.msi (13.28 MB) completed.
Hashes match.
Installing sbcl...
sbcl has been installed.
错误: 拒绝访问注册表路径。
Added C:\ProgramData\chocolatey\bin\sbcl.exe shim pointed to 'c:\program files\steel bank common lisp\sbcl.exe'.
Only an exit code of non-zero will fail the package by default. Set
`--failonstderr` if you want error messages to also fail a script. See
`choco -h` for details.
sbcl may be able to be automatically uninstalled.
Environment Vars (like PATH) have changed. Close/reopen your shell to
see the changes (or in powershell/cmd.exe just type `refreshenv`).
The install of sbcl was successful.
Software installed as 'MSI', install location is likely default.
Chocolatey installed 1/1 packages.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
打开cbsl看看:
sbcl
This is SBCL 2.5.4, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* 1
1
* 2
2
* (+ 1 2)
3
* (EXIT)
证明安装完成!