Use custom default dir for Mathematica notebooks
[khome.git] / Makefile
index e576ff7..563f6f4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,8 @@ endif
     pkgs_deb_purge \
     pkgs_debian \
     pkgs_mac \
-    pkgs_pip \
+    pkgs_pip_install \
+    pkgs_pip_upgrade \
     pkgs_snap_classic \
     pkgs_snap_strict
 
@@ -48,6 +49,7 @@ home: mpdconf compiled
        @cp       home/.Rprofile     $(HOME)/
        @cp       home/.tmux.conf    $(HOME)/
        @cp       home/.xbindkeysrc  $(HOME)/
+       @cp  -Rp  home/.Mathematica/ $(HOME)/
 
 mpdconf:
        @mkdir -p ~/Archives/Audio
@@ -82,8 +84,11 @@ pkgs_ubuntu_debfiles: list pkgs-ubuntu-debfiles.list
 #
 # PIP
 #
-pkgs_pip:
-       sudo pip3 install $(shell ./list pkgs-pip.list)
+pkgs_pip_install:
+       pip3 install --user $(shell ./list pkgs-pip.list)
+
+pkgs_pip_upgrade:
+       pip3 install --user --upgrade $(shell ./list pkgs-pip.list)
 
 #
 # Rust (cargo)
This page took 0.019502 seconds and 4 git commands to generate.