Dossier test

This commit is contained in:
2018-03-12 06:25:43 +01:00
parent 7ea415b906
commit bca8a94150
10 changed files with 218 additions and 0 deletions

17
_test/_pip.sh Executable file
View File

@@ -0,0 +1,17 @@
#!/usr/bin/env bash
echo "🐍 pip"
echo ""
echo "🐍 update pip (Python 2)(macOS)"
echo ""
pip install --user --upgrade pip
pip install --user --upgrade mkdocs
pip install --user --upgrade mkdocs-material
pip list --outdated --format=columns
echo ""
echo "🐍 update pip3 (Python 3)(Homebrew)"
echo ""
pip3 install --upgrade pip
pip3 install --upgrade mkdocs
pip3 install --upgrade mkdocs-material
pip3 list --outdated --format=columns
echo ""