Skip to content

Building lkpy on OS X? #353

Answered by mdekstrand
boxydog asked this question in Q&A
Dec 31, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

First, to use a Conda environment, use conda activate (if Conda was correctly installed to be available in your shell, which is the default):

conda activate lkboot

That adds the Conda environment programs to your path.

Second, though: the DevWorkflow page is out of date for the current main branch — I have simplified how the dev workflow works, but haven't updated the documentation yet. The lkbuild command and entire build-tools project is going away — you can now just do:

conda env create -n lkpy -f envs/lenskit-py3.11-dev.yaml
conda activate lkpy

to get a full LensKit dev environment with Python 3.11.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@boxydog
Comment options

Answer selected by boxydog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants