Daily Python Tip 🐍🐧 (@python_tip) 's Twitter Profile
Daily Python Tip 🐍🐧

@python_tip

One #python tip per day. Do you have any? Send it to bit.ly/pythontip. Edited by @simecek, @karlafej, and... you?

ID: 827002120373207040

linkhttp://bit.ly/pythontip calendar_today02-02-2017 03:54:05

1,1K Tweet

40,40K Followers

145 Following

Daily Python Tip 🐍🐧 (@python_tip) 's Twitter Profile Photo

Automate your virtualenv activation! Using autoenv (github.com/hyperupcall/au…), you can: 1. Automatically activate virtualenv when entering a directory 2. Run ANY command when cd-ing into a folder Example: # Set up autoenv echo "source venv/bin/activate" > .env # Or run custom