Python has support for virtual environment. It’s very handy to set up isolated space where you can store specific packages for the project. You can […] Read More
Tag: PowerShell
IntelliJ Idea has neat feature – Terminal Window. Unfortunately on Windows it’s set just to old school cmd. Good news is that it’s possible to […] Read More
Evaluation of conditions is very important part programming. True is ture, false is false… Or not? It might surprise you, but not all languages evaluate […] Read More
It’s quite easy to set up virtual a environment with isolated packages for Python in PowerShell. There are several methods Method 1. Pipenv This is […] Read More
Project Edge allows seamless integration of NodeJS and PowrShell. Just install packages: npm install edge npm install edge-ps Create NodeJS application which contains PowerShell code: […] Read More