Basic python setup

Install Link to heading

Since you undoubtedly use linux, python should come pre-installed, but here is the install command anyway:

sudo pacman -S python python-pip

Configure Link to heading

Add this to your ~/.bash_profile:

export PATH=~/.local/bin:$PATH

Packages Link to heading

pip install --user -U package-name

Cleanup Link to heading

When a new python verson is released, clean up the old versions from ~/.local/lib:

ls -la ~/.local/lib