jupyterlab: add shell snippet to /etc/profile.d

This commit is contained in:
dkwo 2022-02-02 11:08:44 +01:00 committed by Andrew J. Hesford
parent 4bc2e0b4c5
commit 45f8d98dfb
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1 @@
export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab

View file

@ -1,7 +1,7 @@
# Template file for 'jupyterlab'
pkgname=jupyterlab
version=3.2.8
revision=1
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-jupyterlab_server nodejs python3-nbclassic
@ -17,4 +17,5 @@ make_check=no
post_install() {
vlicense LICENSE
vinstall "${FILESDIR}/jupyterlab.sh" 644 etc/profile.d
}