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
macports [2016/02/19 11:53]
steve
macports [2016/02/19 11:55]
steve
Line 13: Line 13:
  
 <​code>​ <​code>​
-sudo port selfupdate+port selfupdate
 </​code>​ </​code>​
  
-**Install python 2.7 and make it the default** 
- 
-<​code>​ 
-port install python27 
-port select --set python python27 
-</​code>​