File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44* macOS (x64) 10.12+
55
66## Installation via pip
7- On macOS, Python 2.7 is generally pre-installed. You may have to upgrade pip with the following easy_install commands .
7+ Python 2.7 is pre-installed on macOS .
88``` shell
99# Install pip
1010$ sudo easy_install pip
@@ -13,10 +13,10 @@ $ sudo easy_install pip
1313$ sudo pip install --upgrade pip
1414
1515# Install mssql-cli
16- $ sudo pip install mssql-cli --ignore-installed six
16+ $ sudo pip install mssql-cli
1717
1818# Run mssql-cli
19- $ mssql-cli -h
19+ $ mssql-cli
2020```
2121
2222## Installation with daily preview build
@@ -35,4 +35,4 @@ $ sudo pip install --pre --no-cache --extra-index-url https://mssqlcli.blob.core
3535## Uninstallation via pip
3636``` shell
3737$ sudo pip uninstall mssql-cli
38- ```
38+ ```
You can’t perform that action at this time.
0 commit comments