Skip to content

Instantly share code, notes, and snippets.

@hdon
Created May 11, 2017 18:32
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 hdon/9624d76c78501fd209a79181b48a76c0 to your computer and use it in GitHub Desktop.
Save hdon/9624d76c78501fd209a79181b48a76c0 to your computer and use it in GitHub Desktop.
.*.sw?
/.tox
/MANIFEST
numpy
matplotlib
pandas
#!/usr/bin/env python
from distutils.core import setup
setup(name='seth', version='0.0.0', description='seth description')
[tox]
envlist=py35
[testenv]
deps =
-rrequirements.txt
@hdon
Copy link
Author

hdon commented May 11, 2017

http://stackoverflow.com/questions/15884075/tkinter-in-a-virtualenv

TK_LIBRARY=/usr/lib/python3.5/lib-tk:/usr/lib/python3.5/site-packages/PIL:/usr/lib
TKPATH=/usr/lib/python3.5/lib-tk:/usr/lib/python3.5/site-packages/PIL:/usr/lib
TCL_LIBRARY=/usr/lib
export TCL_LIBRARY TK_LIBRARY TKPATH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment