Mod:Hunt Research Group/MacPorts

From ChemWiki
Revision as of 17:55, 21 September 2017 by Phunt (Talk | contribs)

Jump to: navigation, search

MacPorts

  • installing MacPorts
  • find installation information here link
  • find general information here link
  • download and follow the instructions
  • macport installs in /opt/local
  • using MacPorts basic commands
  • general commands
port version
sudo port self update
port installed
port outdated
port upgrade
port uninstall code_name
  • search for particular codes, in this case for python versions, generally or installed on this machine
port search --name --line --glob 'python*'
port installed 'python*'