Lazy python developer toolkit

I am willing to invest 30 minutes in a tool if it can save me 2s every day for few years.

mkvirtualenv hodl # create a new venv associate to current dir
setvirtualenvproject # link name “hodl” with the current dir
workon hodl # active venv and move to project dir “hodl” 💖
pip install autopep8 && autopep8 -i -r .
pip install flake8
echo "flake8 ." >> .git/hooks/pre-commit
chmod u+x .git/hooks/pre-commit

Tools I disliked

--

--

Software Engineer & co-founder of Botcrypto

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store