[01:55] cmaloney: just to double check my thinking: for your pelican blog you have, which bits in git? just the content dir? or the whole pelican dir but excluding a bunch of stuff? [02:05] did people see this? Next total solar eclipse in the US is in 7 years, really close to michigan: https://www.timeanddate.com/eclipse/map/2024-april-8# [02:05] totality that is, A2 will get 98% coverage [02:05] I think I need to plan a trip to Carrie's parents (in Chelsea) then drive down to Oberlin or something for the 4 minutes of totality [02:05] we should all meet up :) [02:06] what are YOU doing in 7 years? :P [02:21] <_stink__> probably just dicking around on irc [02:24] _stink__++ === Zimdale is now known as Guest57005 === Zimdale is now known as Guest53272 === Guest53272 is now known as Zimdale [12:28] greg-g: planning on similar if the world still exists in 2024. See you there. [13:35] jrwren: word [14:40] jrwren: You did pretty well against your bees http://woodtv.com/2017/08/10/man-hospitalized-after-accidentally-setting-self-on-fire/ [14:41] lol, that idiot tried to kill a nest using fire. that is just foolish. [15:15] greg-g: We've already consoled ourselves with the next totality being in 7 years [15:15] :) [15:15] re: Pelican: I have it all in git, but I publish bia rsync [15:15] s/bia/via/ [15:16] cmaloney: the whole venv? [15:16] no, I have the venv in a separate dir [15:16] but that's how my home setup is [15:16] can you give me an example? [15:16] * greg-g is inexperienced with real use of venvs [15:17] (tell me if now isn't a good time, i can wait for delayed responses ;) ) [15:19] Nah, it's alright [15:19] JoDee was just offered a full-time position at Mid Michigan Community College and we finished running hte numbers. She's not taking it. [15:19] so it's a little emotional over here [15:19] Yay & :( [15:19] totally, do your thing [15:20] I'm happy she was offered the position though! [15:20] Yeah, they really want her, but I don't think she could grow the program the way they want [15:20] :/ [15:20] Oh totally. She's a God-Damn professional [15:20] but it's a small pond (mostly made up of locals and kids who majored in alcohol) [15:21] who flunked out of CMU [15:21] got it [15:21] bummer. [15:21] and that's not a way to grow an astronomy program [15:22] we ran the numbers and she'd have to pull more students from CMU [15:22] anywho, I have pelican in a directory [15:22] and I use a script called mkvirtualenv that keeps the venv in ~/.virtualenvs [15:23] but you could put the venv wherever you want [15:23] I prefer to keep venvs out of git repos though [15:23] because #1: Python venvs don't work across machines without effort, and b) git isn't great for binaries. [15:24] yeah, that's what I was imagining (to keep it out) so I was just curious how to separate appropriately [15:24] So that's two strikes against putting the venv in git [15:24] one way would be to use .gitignore to ignore the venv directory [15:25] another would be to put the venev in .. from the pelican install [15:25] so it could be pelican_ve/pelican [15:25] gotcha [15:25] that last part makes more sense to me [15:25] where the binaries are in pelican_ve and the content is in pelican [15:26] that last part was how we deployed at Morpace [15:26] cool [15:26] The only downside is you have to be careful if you decide to rebuild the ve [15:26] rm -rf ve directory is not going to end well. :) [15:27] and if you decide to script this using Ansible it can make things a little difficult [15:27] right right [15:28] I was starting down the path of puppetizing it, but, I stopped :) [15:28] Yeah [15:28] The only link you need between the ve directory and pelican is the environment activation [15:28] so it can live anywhere [15:29] Pelican uses a makefile for making content [15:29] so you can tell it where the Python EXE is by modifying the Makefile [15:30] cmaloney: taha, this is helping so much man, thanks [15:36] np. Glad I can give some insight [15:36] I use this for three of my sites (decafbad.net, cinciclassic.org, and physastro.com) === gamerchick02_ is now known as gamerchick02