Installing plink on JupyterHub Josselin Noirel Last updated 2020-05-15

Addendum: Installing plink on JypyterHub

Copy the link to the latest stable version corresponding to Linux 64-bit and

URL=http://s3.amazonaws.com/plink1-assets/plink_linux_x86_64_20200219.zip
mkdir -p work/bin
wget "$URL" && unzip *.zip

Then make sure plink is in your PATH variable

export PATH="$PATH:$HOME/work/bin"