install:macos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
install:macos [2024/02/16 15:45] – [Install dependencies with Homebrew] paffenholzinstall:macos [2024/04/11 15:55] – [Install a python dependence] paffenholz
Line 93: Line 93:
 ==== Install a python dependence ==== ==== Install a python dependence ====
  
 +If you use pip for python dependencies, then do
 <code> <code>
 pip3 install jupyter --user pip3 install jupyter --user
 </code> </code>
 This may complain about a path not being set. If so, add this to your $PATH-variable.  This may complain about a path not being set. If so, add this to your $PATH-variable. 
 +
 +If you use conda, then do
 +<code>
 +conda install jupyter-notebook
 +</code>
  
 ==== Download polymake ==== ==== Download polymake ====
Line 127: Line 133:
  
 <code> <code>
-cd ~/Downloads/polymake-4.9+cd ~/Downloads/polymake-4.11
 ./configure --without-java --prefix=$HOME/<polymake_install_folder> ./configure --without-java --prefix=$HOME/<polymake_install_folder>
 ninja -C build/Opt -j2 install ninja -C build/Opt -j2 install
  • install/macos.txt
  • Last modified: 2024/04/11 16:57
  • by paffenholz