

Verify it by typing yarn -version, it prints version of nodejs.Note: Yarn required nodejs to be installed already (make sure you execute above step "choco install nodejs.install -y" ).


If required execute refreshenv, to refresh latest env variables in your current command prompt. Verify it by typing node -v, it prints version of nodejs.Install npm - nodejs package manager, by intalling full nodejs.So if you want to install any python libs, you can just execute as examples below: Note, python intstallation automatically installs pip - Python package manager.To exit from python command prompt type exit() and enter. Verify it by typing py or python, it prints version of python opening up a python command prompt.Install Windows Package Manager - chocolatey/chocoīy running below command from administrative command prompt: "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe " -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object ).DownloadString('')) " & SET "PATH=%PATH% %ALLUSERSPROFILE%\chocolatey\bin " Also for most of the softwares, environment variables are (*_HOME and PATH) are automatically set.īelow environment preparation examples are used by me for preparing a development/test environment for Cumulocity Cloud, but same idea can be used for other environment preparations. This article will be useful providing some tips about using Package Manager to simplify/unify process of setup preparation with all necessary softwares just by running set of commands, rather than clicking on next multiple times in various installer wizards. In this article, we will discuss how to easily install and configure softwares like Browser (Chrome), build tools (ANT, Maven), Programming language SDKs (Java, Python, NodeJS) including specific libraries from respective language, other softwares like Docker, VNC and 7Zip.
