Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
pushd ~/Envs
~/bin/Python-3.6.4/bin/python3 -m venv pytools
source pytools/bin/activate
pip install pylint
pip install radon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment