This repository was archived by the owner on Mar 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 107
Installation
Paco Gómez edited this page Dec 14, 2017
·
4 revisions
vcd-cli requires Python 3.
The following instructions have been tested with Ubuntu 16.04:
$ sudo apt-get install python-pip build-essential libssl-dev libffi-dev python-dev
$ pip install --user vca-cliOn macOS, open a Terminal and enter the commands listed below (skip those that refer to a component already installed on your mac):
Install Xcode Command Line Tools:
$ xcode-select --installPress Install and accept the license terms.
Install pip:
$ sudo easy_install pipInstall vca-cli
$ pip install --user vca-cliDisplay the version installed:
$ vcd --version
vca-cli version 14 (pyvcloud: 14)It is also possible to install vca-cli in a virtualenv.
To upgrade an existing vca-cli install, just run:
$ pip install --user vca-cli --upgradeThe commands described above install the current stable version of vca-cli. To install a pre-release version, enter:
$ pip install --user vca-cli --preAnd to upgrade a pre-release:
$ pip install vca-cli --pre --upgradeInstallation from the current development version in GitHub:
$ pip install --user git+https://github.com/vmware/vca-cli.git