> On Mar 19, 2015, at 9:04 AM, Susan Hinrichs > <shinr...@network-geographics.com> wrote: > > I don't have the appropriate python things set up. > > What I get now is (I changed the virtualenv_dir dir in the makefile to venv) > > /bin/sh: venv/bin/nosetests: No such file or directory > make: *** [test] Error 127 > [shinrich@localhost new_tsqa]$ > > This is after I figured out how to include the python virtual environment. > Like I said, I need the intro for python environment dunces.
Do a "make update" to bring the virtualenv up to date. I'm guessing that the original virtualenv construction was not completed for some reason. > > On 3/19/2015 10:49 AM, James Peach wrote: >>> On Mar 18, 2015, at 2:04 PM, Susan Hinrichs >>> <shinr...@network-geographics.com> wrote: >>> >>> Or more aptly, how to set up your new_tsqa environment for python dunces. >>> >>> http://jjinux.blogspot.com/2014/01/python-lightning-quick-introduction-to.html >>> got me part way there. But still no nosetests. Can someone point me to >>> the quick start guide for new_tsqa? >> It should work if you just type "make" in ci/new_tsqa. What happens for you> >