-
Notifications
You must be signed in to change notification settings - Fork 7
/
port.txt
35 lines (30 loc) · 1.02 KB
/
port.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# basics
selfupdate // update ports
upgrade outdated // upgrade all ports
install vim +python27
uninstall --follow-dependents x // uninstall x and all packaged that depend on x
# info
installed // show version all installed ports
installed vim // only show installed version of vim
list installed // list current (not installed!) version of available ports
list vim // only vim
info vim // additional infos
# groups
* changes links to bins/lib, e.g. python is linked to python2.7 or python3.4
* install py27-ipython version still required
select --summary // show all groups and their options
select --list python // list options python group
select --set python python27 // set default python option
# variants
port info vim
port install vim +python27
# Python installations
## Apple provided
/System/Library/Frameworks/Python.framework
## If downloaded from web
/Library/Frameworks/Python.framework
## Macpors
/opt/local/Library/Frameworks/Python.framework
# Default packages
Install vim; $cv/install.sh
sudo port install go rg tree