PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Wednesday the 13th of August, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[08:57:00] <dpn`> howdy - I'm getting some strange errors about "not a py file" on pypy - https://gist.github.com/dpnova/73d0276e3370365db98f
[08:59:45] <dpn`> eh, pypy 2.3.1 worked - ignore me! :)
[12:28:35] <agronholm> dstufft: so, is there anything I can do about that rogue distro on pypi?
[16:44:08] <stbatduke> Hello all!
[16:48:09] <stbatduke> So I have stepped into an interesting situation and need to know if possible how it was setup.... I am the new Engineer for a setup of production applications working within their own virtualenv containers ... The system (Debian 6.0.9) has python 2.6.6 installed in /usr/bin/python (ln to /usr/bin/python2.6) however the virtualenvs have their own python 2.7.4 installed in their /home/username/.virtualenv/<envname>/bin/python2.7 .... so I am looking for the "co
[16:49:38] <stbatduke> I know that I can simply download and compile by hand the python into the .virtualenv/ path, or I could install by hand in the same way the python into /usr/bin/python2.7, however as this is not what was done before, I need to know what other ways there are to do this that would more match the way this was done on our systems in the first place
[18:22:53] <stbatduke> Anyone around today?
[18:26:41] <qwcode> stbatduke, so I am looking for the "c was cut off?
[18:28:05] <qwcode> stbatduke, using /home/username/.virtualenv/<envname>/bin/python2.7, you can inspect sys.real_prefix to see what python the virtual environments came from
[18:37:12] <stbatduke1> thank you qwcode
[18:55:24] <stbatduke1> qwcode: I know that the virtual environments are using python installed within the /home/username/.virtualenvs/bin/ location, but I'm not familiar with how to verify this with sys.real_prefix as I am still new to python :)
[18:55:51] <stbatduke1> What I really want to know is how to install a different version of python "inside" an existing virtualenv container
[19:00:41] <qwcode> stbatduke1, getting pulled away. can come back in a few mins
[19:17:32] <stbatduke1> ok right on ty