[Chicago] Sympy for Python 3 ???

Tanya Schlusser tanya at tickel.net
Tue Sep 29 13:04:02 CEST 2015


> P.S.  Almost forgot.... is there a Mac OS-X equivalent to the useful
Ubuntu
> command:
> sudo apt-get install ..... and
> sudo apt-get remove .....


There are two popular options: homebrew and macports. For homebrew, open a
terminal and type:

ruby -e "$(curl -fsSL
https://raw.githubusercontent.com/Homebrew/install/master/install)"


and type this at the bottom of your ~/.profile file :

export PATH=/usr/local/bin:/usr/local/sbin:$PATH


and then do this in the terminal:

brew install python

Other homebrew options at: http://brew.sh/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20150929/5ea309ba/attachment.html>


More information about the Chicago mailing list