asdf Questions

2

I am new to asdf. I installed asdf on via brew and enabled the asdf plugin in oh-my-zsh. Then I installed nodejs by asdf plugin add node and asdf install node, my .asdf current returns this $ asdf ...
Antimonous asked 6/2 at 8:29

5

I have a Dockerfile in which I am trying to install and use asdf to manage Python package versions. A snippet of my Dockerfile appears below. SHELL ["/bin/bash", "-c"] RUN gi...
Jerol asked 29/4, 2022 at 20:22

5

I am getting this issue while compiling ruby-2.7.1 using asdf or rvm. It is even causing issues in erlang installation as well. Error could be generating x86_64-linux-fake.rb x86_64-linux-fake.rb u...
Thankyou asked 15/5, 2022 at 17:28

2

Solved

I am trying to install Ruby 2.7.7 via asdf but the latest version appears to be 2.7.6. Anyone happen to know how to support a new Ruby version on asdf? Available Ruby 2.7.x versions Tried installin...
Epizoic asked 5/12, 2022 at 18:9

2

I installed node.js: brew install node I also installed asdf with node.js plugin. Is there any way to use node.js installed via Homebrew globally if there is no .tool-versions file? Right now I am...
Mountainside asked 3/12, 2022 at 18:36

0

I've setup mason.vim in nvim, and it's working to install packages, and i've installed several python packages. It didn't seem to be recognizing my global pip config, so I ran a :checkhealth, and u...
Iconium asked 1/11, 2022 at 15:29

1

Solved

I use asdf to install Erlang and then Elixir. asdf install elixir 1.14.0-rc.1-otp-25 This results in: asdf install elixir 1.14.0-rc.1-otp-25 And then ... $ elixir No version is set for comm...
Rainier asked 2/9, 2022 at 23:10

3

I want to compile and run a lisp source code to parse peercoin blockchain so that i can get top 100 richest addresses. I am using lisp source code https://github.com/glv2/peercoin-blockchain-parser...
Luau asked 31/7, 2017 at 8:19

3

I am trying to get Emacs, SLIME and quicklisp to work together properly. I have the following environment set up: Installed Emacs Installed SLIME in Emacs Installed SBCL Installed quicklisp Run ...
Cas asked 7/10, 2015 at 23:13

1

Solved

I'm attempting to make a Lisp package with uiop/package:define-package. I'm using SBCL, and have confirmed that package-local nicknaming ought to be supported: * *features* (:QUICKLISP :ASDF3.3 :AS...
Ambulate asked 3/12, 2020 at 20:54

4

Solved

I have the following directory structure: my-project/ ├── my-project.asd ├── package.lisp # defpackage. ├── utils.lisp # Functions used by main.lisp. └── main.lisp # Main program. my-project.asd: ...
Kilovoltampere asked 15/12, 2020 at 6:31

4

Solved

I want to add a local project to the known projects by asdf, but due to the fact that asdf was installed and configured by quicklisp and the *central-registry* points to "#P/home/user/quicklisp/qui...
Luce asked 29/6, 2012 at 11:34

4

I am trying to update ASDF in CLISP 2.49 (on Mac OS Sierra) to version 3.x. I have now version 2.26 of ASDF. I have tried everything I found online: I downloaded the latest version of ASDF as indic...
Infiltration asked 11/7, 2017 at 19:38

5

Solved

I'm new to CL and am using AllegroCL. I'm trying to figure out how to organize my source code to meet the following requirements: I want to prevent the src code from including my test suites. I w...
Norford asked 15/8, 2012 at 15:1

4

Solved

What's the lisp equivalent of a pip requirement file, ruby gemfile, node package.json, etc? I'm not entirely sure how asdf and quicklisp relate if those are the proper things to use.
Farber asked 31/10, 2013 at 22:56

2

Solved

I am working on project euler problems in SBCL and keep a short file for every solution. Every problem has some 5am-based tests, which are referenced from a "main" test suite. These tests are run w...
Leonorleonora asked 11/6, 2014 at 19:42

5

I have developed some Common Lisp functions in a couple of Lisp source files that I'd like easily available to other functions I write, or make available on github if I think they'd be useful for s...
Pushover asked 6/1, 2014 at 15:8

1

Solved

I have the following package definition. How do I compile all the components recursively, as well as their dependencies to C source? In other words, I want to preserve all C files that go into buil...
Ginny asked 1/3, 2013 at 17:57

1

Solved

I'm a Lisp beginner trying to understand how to properly use Lisp package system while learning LTK for GUI programming, using SBCL 1.0.55.0.debian and Limp 0.3.4 (and Debian Wheezy if that matters...
Bountiful asked 11/4, 2012 at 19:41

1

Solved

I am new to cl, and I just learned to install packages using asdf-install, but I don't know how it works, I wonder how the package can be installed manully, then I could understand the use of the f...
Pleistocene asked 9/12, 2011 at 4:51

2

Solved

I installed ltk to Steel Bank Common Lisp with asdf-install, but I can't even start using it V_V. The code below is the simplest example in the documentation, and is copied almost verbatim. (asd...
Kammerer asked 14/3, 2010 at 17:42
1

© 2022 - 2024 — McMap. All rights reserved.