toomanycells 暂时还没安装成功,以后填坑


 

https://gregoryschwartz.github.io/too-many-cells/#org2a4d583icon-default.png?t=N7T8https://gregoryschwartz.github.io/too-many-cells/#org2a4d583Download Nix / NixOS | Nix & NixOS Nix is a tool that takes a unique approach to package management and system configuration. Learn how to make reproducible, declarative and reliable systems. icon-default.png?t=N7T8https://nixos.org/download

在我的Linux系统上安装 nix,这是一个包管理器,可以理解为是conda

 1. step1 下载安装 nix 

 sh <(curl -L https://nixos.org/nix/install) --daemon

2 下载安装toomanycells

如果你没安装git,需要先安装git

#如果是ubuntu系统,直接安装git:   apt-get install git

git clone https://github.com/GregorySchwartz/too-many-cells.git
cd too-many-cells
nix-env -f default.nix -i too-many-cells

上面不成功,试试下面

6.2.2. Install stack

See The Haskell Tool Stack for more details.

curl -sSL https://get.haskellstack.org/ | sh
stack setup

猜你喜欢

转载自blog.csdn.net/qq_52813185/article/details/134859965