JarrodCTaylor/vim-python-test-runner

Does not handle virtual environments

Closed this issue · 3 comments

Does not handle virtual environments

I am going to need additional (any) information about the trouble you are having. I use this plugin everyday on both Linux and OS X, always with a virtualenv for projects using Django-nose and regular Nose.

@akarl818 , are you using vim-virtualenv by chance? I wasn't able to use this test runner with my python3 projects in a virtualenv until I realized vim-virtualenv was mangling my PYTHONPATH causing some python2 libraries to be used and throwing a SyntaxError.

Closing since the plugin does with with virtual environments, and the author of the issue has provided no details about the issues he is experiencing.