Skip to content

Commit

Permalink
Update cando-user-install
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Nov 2, 2023
1 parent 29ff1bd commit 20d67c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Binary packages for Cando are built nightly starting about 2:00 AM EST and take

1. Install jupyter-lab using [miniconda](https://docs.conda.io/en/latest/miniconda.html). This can be skipped for distributions with very new JupyterLab versions like Arch.
```bash
conda install -c conda-forge jupyterlab nodejs=17.9.0
conda install -c conda-forge jupyterlab nodejs=17.9.0 sidecar
```

2. Install Cando (this should detect and work for both Ubuntu or Debian)
Expand Down
7 changes: 0 additions & 7 deletions cando-user-install
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

mkdir -p "$HOME/.local/bin" # TODO Check to see if it is in the path

echo "Updating Jupyter extensions..."
jupyter-labextension install -y --no-build @jupyter-widgets/jupyterlab-manager @jupyter-widgets/jupyterlab-sidecar
jupyter-labextension update -y --no-build --all

if [ ! -f "$HOME/quicklisp/setup.lisp" ]; then
echo "Installing Quicklisp..."
tmpfile=$(mktemp)
Expand All @@ -23,6 +19,3 @@ clasp --non-interactive --eval "(unless (ql-dist:find-dist \"quickclasp\") (ql-d

echo "Installing CANDO user features..."
cando --eval "(ql:quickload :cando-user-install)" --eval "(cando-user-install:install)" --eval "(sys:quit)"

echo "Building Jupyter Lab..."
jupyter-lab build

0 comments on commit 20d67c2

Please sign in to comment.