Skip to content

Instantly share code, notes, and snippets.

@Smithx10
Created September 3, 2018 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Smithx10/a70b327ab981eb31b6d05aa54a9eed4f to your computer and use it in GitHub Desktop.
Save Smithx10/a70b327ab981eb31b6d05aa54a9eed4f to your computer and use it in GitHub Desktop.
bruce.smith@nycw3013364 ~/g/s/g/S/pulumi-vsphere ❯❯❯ make install master ✱ ◼
INSTALL:
GOBIN=/usr/local/opt/pulumi go install -ldflags "-X github.com/Smithx10/pulumi-vsphere/pkg/version.Version=v0.15.0-1535928583-gb5d6d96-dirty" github.com/Smithx10/pulumi-vsphere/cmd/pulumi-resource-vsphere
[ ! -e "/usr/local/lib/node_modules/@pulumi/vsphere" ] || rm -rf "/usr/local/lib/node_modules/@pulumi/vsphere"
mkdir -p "/usr/local/lib/node_modules/@pulumi/vsphere"
cp -r sdk/nodejs/bin/. "/usr/local/lib/node_modules/@pulumi/vsphere"
rm -rf "/usr/local/lib/node_modules/@pulumi/vsphere/node_modules"
cd "/usr/local/lib/node_modules/@pulumi/vsphere" && \
yarn install --offline --production && \
(yarn unlink > /dev/null 2>&1 || true) && \
yarn link
yarn install v1.9.4
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
[4/4] 📃 Building fresh packages...
✨ Done in 4.36s.
yarn link v1.9.4
success Registered "@pulumi/vsphere".
info You can now run `yarn link "@pulumi/vsphere"` in the projects where you want to use this package and it will be used instead.
✨ Done in 0.08s.
cd sdk/python/bin && /usr/local/bin/pip2 install --user -e .
Obtaining file:///Users/bruce.smith/go/src/github.com/Smithx10/pulumi-vsphere/sdk/python/bin
Requirement already satisfied: pulumi in /Users/bruce.smith/Library/Python/2.7/lib/python/site-packages (from pulumi-vsphere==0.15.0.post1535928583) (0.15.0)
Requirement already satisfied: six>=1.11.0 in /Users/bruce.smith/Library/Python/2.7/lib/python/site-packages (from pulumi->pulumi-vsphere==0.15.0.post1535928583) (1.11.0)
Requirement already satisfied: protobuf>=3.6.0 in /Users/bruce.smith/Library/Python/2.7/lib/python/site-packages (from pulumi->pulumi-vsphere==0.15.0.post1535928583) (3.6.1)
Requirement already satisfied: grpcio>=1.9.1 in /Users/bruce.smith/Library/Python/2.7/lib/python/site-packages (from pulumi->pulumi-vsphere==0.15.0.post1535928583) (1.14.2)
Requirement already satisfied: setuptools in /usr/local/lib/python2.7/site-packages (from protobuf>=3.6.0->pulumi->pulumi-vsphere==0.15.0.post1535928583) (40.2.0)
Requirement already satisfied: enum34>=1.0.4 in /usr/local/lib/python2.7/site-packages (from grpcio>=1.9.1->pulumi->pulumi-vsphere==0.15.0.post1535928583) (1.1.6)
Requirement already satisfied: futures>=2.2.0 in /Users/bruce.smith/Library/Python/2.7/lib/python/site-packages (from grpcio>=1.9.1->pulumi->pulumi-vsphere==0.15.0.post1535928583) (3.2.0)
Installing collected packages: pulumi-vsphere
Found existing installation: pulumi-vsphere 0.15.0.post1535928583
Uninstalling pulumi-vsphere-0.15.0.post1535928583:
Successfully uninstalled pulumi-vsphere-0.15.0.post1535928583
Running setup.py develop for pulumi-vsphere
Successfully installed pulumi-vsphere
bruce.smith@nycw3013364 ~/g/s/g/S/pulumi-vsphere ❯❯❯ rm -rf /git/iqvia/sup-pulumi/node_modules/@pulumi/vsphere master ✱ ◼
bruce.smith@nycw3013364 ~/g/s/g/S/pulumi-vsphere ❯❯❯ cp -rf /usr/local/lib/node_modules/@pulumi/vsphere /git/iqvia/sup-pulumi/node_modules/@pulumi/ master ✱ ◼
bruce.smith@nycw3013364 ~/g/s/g/S/pulumi-vsphere ❯❯❯ cd /git/iqvia/sup-pulumi master ✱ ◼
direnv: loading ../.envrc
bruce.smith@nycw3013364 /g/i/sup-pulumi ❯❯❯ npm rebuild
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment