jupyterlab: add shell snippet to /etc/profile.d
This commit is contained in:
parent
4bc2e0b4c5
commit
45f8d98dfb
2 changed files with 3 additions and 1 deletions
srcpkgs/jupyterlab
1
srcpkgs/jupyterlab/files/jupyterlab.sh
Normal file
1
srcpkgs/jupyterlab/files/jupyterlab.sh
Normal file
|
@ -0,0 +1 @@
|
|||
export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue