Skip to content

Commit

Permalink
update visidata version
Browse files Browse the repository at this point in the history
unsure what's going on with the conda-forge conda package, so this now
installs with pip afterwards
  • Loading branch information
daler committed Jan 25, 2025
1 parent 16ee421 commit 4931be0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi
set -eo pipefail

# Change tool versions here
VISIDATA_VERSION=2.11
VISIDATA_VERSION=3.1.1
HUB_VERSION=2.14.2
NVIM_VERSION=0.10.1
RG_VERSION=13.0.0
Expand Down Expand Up @@ -638,6 +638,8 @@ elif [ $task == "--install-tmux" ]; then
elif [ $task == "--install-vd" ]; then
ok "Install visidata (https://visidata.org/) into a new conda env and symlink to ~/opt/bin/vd"
install_env_and_symlink visidata visidata="${VISIDATA_VERSION}" vd
conda activate visidata
pip install visidata==${VISIDATA_VERSION}
printf "${YELLOW}Installed to ~/opt/bin/vd${UNSET}\n"
check_opt_bin_in_path

Expand Down

0 comments on commit 4931be0

Please sign in to comment.