Monday, September 30, 2019

Angular



nodejs 10 on Ubuntu 16




curl -sL https://deb.nodesource.com/setup_10.x | sudo bash

No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...