Skip to content

Instantly share code, notes, and snippets.

@filipgorczynski
Created March 7, 2018 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filipgorczynski/0794a41c5ba09061c24fcf67eb6911c4 to your computer and use it in GitHub Desktop.
Save filipgorczynski/0794a41c5ba09061c24fcf67eb6911c4 to your computer and use it in GitHub Desktop.
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