workspace
stringclasses
1 value
channel
stringclasses
1 value
sentences
stringlengths
1
3.93k
ts
stringlengths
26
26
user
stringlengths
2
11
sentence_id
stringlengths
44
53
timestamp
float64
1.5B
1.56B
__index_level_0__
int64
0
106k
pythondev
help
Is it possible to switch between conda and virtualenv? That is I want to switch the actual environment managers not just environments in them … I typically use conda but want to try something out that requires virtual env and is not compatible with conda. Thanks.
2017-06-16T10:51:34.290598
Melvin
pythondev_help_Melvin_2017-06-16T10:51:34.290598
1,497,610,294.290598
82,103
pythondev
help
What is it that "requires virtualenv", most things I know don't require anything other than an interpreter and dependencies
2017-06-16T10:55:34.384740
Beula
pythondev_help_Beula_2017-06-16T10:55:34.384740
1,497,610,534.38474
82,104
pythondev
help
<@Beula> zappa …. at least if you don’t want to mess with the zappa-conda fork.
2017-06-16T11:05:27.626658
Melvin
pythondev_help_Melvin_2017-06-16T11:05:27.626658
1,497,611,127.626658
82,105
pythondev
help
i don’t see why you couldn’t use a virtualenv for virtualenv things and conda for conda things. the issue is when you try to mix them together but as long as you’re pointed at the right python interpreter things should work.
2017-06-16T11:12:26.790435
Johana
pythondev_help_Johana_2017-06-16T11:12:26.790435
1,497,611,546.790435
82,106
pythondev
help
what have you tried so far?
2017-06-16T11:12:47.798620
Johana
pythondev_help_Johana_2017-06-16T11:12:47.798620
1,497,611,567.79862
82,107
pythondev
help
Ok. So … I’m not sure how to ‘point’ it at the right thing … not even sure where to start.
2017-06-16T11:12:55.802001
Melvin
pythondev_help_Melvin_2017-06-16T11:12:55.802001
1,497,611,575.802001
82,108
pythondev
help
Just switch the path/env settings?
2017-06-16T11:13:25.813347
Melvin
pythondev_help_Melvin_2017-06-16T11:13:25.813347
1,497,611,605.813347
82,109
pythondev
help
with virtualenv you activate the environment and it does a lot of handy little things for you like setting the python python.
2017-06-16T11:13:25.813670
Johana
pythondev_help_Johana_2017-06-16T11:13:25.813670
1,497,611,605.81367
82,110
pythondev
help
so you activate the virtualenv when you want to use zappa.
2017-06-16T11:13:37.818110
Johana
pythondev_help_Johana_2017-06-16T11:13:37.818110
1,497,611,617.81811
82,111
pythondev
help
`source /venv-name/bin/activate` should do it
2017-06-16T11:14:49.846808
Johana
pythondev_help_Johana_2017-06-16T11:14:49.846808
1,497,611,689.846808
82,112
pythondev
help
are you using python 2 or python 3?
2017-06-16T11:15:22.859984
Johana
pythondev_help_Johana_2017-06-16T11:15:22.859984
1,497,611,722.859984
82,113
pythondev
help
Conda does the same really, so ```conda create envname``` gives you a conda environment
2017-06-16T11:16:05.876875
Hillary
pythondev_help_Hillary_2017-06-16T11:16:05.876875
1,497,611,765.876875
82,114
pythondev
help
and then ```source activate envname``` sets it up
2017-06-16T11:16:23.884079
Hillary
pythondev_help_Hillary_2017-06-16T11:16:23.884079
1,497,611,783.884079
82,115
pythondev
help
you can use ```which python``` to check which one you are using
2017-06-16T11:16:50.894537
Hillary
pythondev_help_Hillary_2017-06-16T11:16:50.894537
1,497,611,810.894537
82,116
pythondev
help
but i think the issue is with the library <@Hillary>, :re <https://pythondev.slack.com/archives/C07EFMZ1N/p1497625527626658>
2017-06-16T11:17:14.903791
Johana
pythondev_help_Johana_2017-06-16T11:17:14.903791
1,497,611,834.903791
82,117
pythondev
help
3 … and (maybe this is just a dumb question) but I was worried that installing using conda to install virtual env is not what I wanted.
2017-06-16T11:17:15.903816
Melvin
pythondev_help_Melvin_2017-06-16T11:17:15.903816
1,497,611,835.903816
82,118
pythondev
help
but as <@Johana> said, probably best to not try and mix them up
2017-06-16T11:17:17.904817
Hillary
pythondev_help_Hillary_2017-06-16T11:17:17.904817
1,497,611,837.904817
82,119
pythondev
help
Oh, hadn't seen zappa before
2017-06-16T11:17:58.920546
Hillary
pythondev_help_Hillary_2017-06-16T11:17:58.920546
1,497,611,878.920546
82,120
pythondev
help
when you do `which python` what comes up?
2017-06-16T11:21:00.991498
Johana
pythondev_help_Johana_2017-06-16T11:21:00.991498
1,497,612,060.991498
82,121
pythondev
help
Normally the conda one.
2017-06-16T11:21:14.996747
Melvin
pythondev_help_Melvin_2017-06-16T11:21:14.996747
1,497,612,074.996747
82,122
pythondev
help
that’s where we would run into our first issue. we wouldn’t want to be using the conda one. we would want something like the system python, i believe.
2017-06-16T11:22:13.019636
Johana
pythondev_help_Johana_2017-06-16T11:22:13.019636
1,497,612,133.019636
82,123
pythondev
help
Right… thus my question :slightly_smiling_face:
2017-06-16T11:22:27.025256
Melvin
pythondev_help_Melvin_2017-06-16T11:22:27.025256
1,497,612,147.025256
82,124
pythondev
help
Seems like I need to be able to deactivate conda and ‘activate’ python3 (sytem would be python2) and then use virtual env. Thanks for getting me started on the right track.
2017-06-16T11:23:08.040418
Melvin
pythondev_help_Melvin_2017-06-16T11:23:08.040418
1,497,612,188.040418
82,125
pythondev
help
when you create the environment, you can specify something like: ``` virtualenv envname --python='path/to/python'```
2017-06-16T11:23:40.053156
Hillary
pythondev_help_Hillary_2017-06-16T11:23:40.053156
1,497,612,220.053156
82,126
pythondev
help
if that helps
2017-06-16T11:23:54.058494
Hillary
pythondev_help_Hillary_2017-06-16T11:23:54.058494
1,497,612,234.058494
82,127
pythondev
help
Yes, thanks <@Hillary>
2017-06-16T11:24:54.081996
Melvin
pythondev_help_Melvin_2017-06-16T11:24:54.081996
1,497,612,294.081996
82,128
pythondev
help
then follow <@Johana> advice on activating
2017-06-16T11:25:24.093955
Hillary
pythondev_help_Hillary_2017-06-16T11:25:24.093955
1,497,612,324.093955
82,129
pythondev
help
conda sets the path to point to its bin directory … so I may need a way to not do that when trying to do virtualenv/zapp stuff … before I can activate the zappa env (if I understand this correctly).
2017-06-16T11:25:54.105805
Melvin
pythondev_help_Melvin_2017-06-16T11:25:54.105805
1,497,612,354.105805
82,130
pythondev
help
related to this? <https://github.com/Miserlou/Zappa/issues/167>
2017-06-16T11:32:17.257230
Hillary
pythondev_help_Hillary_2017-06-16T11:32:17.257230
1,497,612,737.25723
82,131
pythondev
help
Yes. I just wanted to explore Zappa without having any conda/virtualenv issues. Don’t need conda for this so wanted to switch to using virtualenv and wasn’t sure how to do it. I think I have a strategy now. Thanks everyone.
2017-06-16T11:34:07.300432
Melvin
pythondev_help_Melvin_2017-06-16T11:34:07.300432
1,497,612,847.300432
82,132
pythondev
help
heya
2017-06-16T12:36:44.668404
Rona
pythondev_help_Rona_2017-06-16T12:36:44.668404
1,497,616,604.668404
82,133
pythondev
help
sup <@Rona>
2017-06-16T12:44:23.821938
Johana
pythondev_help_Johana_2017-06-16T12:44:23.821938
1,497,617,063.821938
82,134
pythondev
help
how’s the masters program going?
2017-06-16T12:44:34.825369
Johana
pythondev_help_Johana_2017-06-16T12:44:34.825369
1,497,617,074.825369
82,135
pythondev
help
oh I am done
2017-06-16T12:44:38.826837
Rona
pythondev_help_Rona_2017-06-16T12:44:38.826837
1,497,617,078.826837
82,136
pythondev
help
nice!
2017-06-16T12:44:41.827837
Johana
pythondev_help_Johana_2017-06-16T12:44:41.827837
1,497,617,081.827837
82,137
pythondev
help
graduate a month ago
2017-06-16T12:44:43.828431
Rona
pythondev_help_Rona_2017-06-16T12:44:43.828431
1,497,617,083.828431
82,138
pythondev
help
congrats!
2017-06-16T12:44:43.828566
Johana
pythondev_help_Johana_2017-06-16T12:44:43.828566
1,497,617,083.828566
82,139
pythondev
help
so now I got time for python meetups
2017-06-16T12:44:50.830983
Rona
pythondev_help_Rona_2017-06-16T12:44:50.830983
1,497,617,090.830983
82,140
pythondev
help
thansk <@Johana>
2017-06-16T12:44:56.832793
Rona
pythondev_help_Rona_2017-06-16T12:44:56.832793
1,497,617,096.832793
82,141
pythondev
help
haha.. cool :thumbsup:
2017-06-16T12:44:59.833887
Johana
pythondev_help_Johana_2017-06-16T12:44:59.833887
1,497,617,099.833887
82,142
pythondev
help
anything on your end
2017-06-16T12:45:38.847124
Rona
pythondev_help_Rona_2017-06-16T12:45:38.847124
1,497,617,138.847124
82,143
pythondev
help
same old stuff for the most part. i’m just trying to achieve perfect work/life ~balance~ harmony. lol
2017-06-16T12:46:16.859718
Johana
pythondev_help_Johana_2017-06-16T12:46:16.859718
1,497,617,176.859718
82,144
pythondev
help
me to
2017-06-16T12:46:47.870159
Rona
pythondev_help_Rona_2017-06-16T12:46:47.870159
1,497,617,207.870159
82,145
pythondev
help
I am like 75% coding
2017-06-16T12:46:56.873056
Rona
pythondev_help_Rona_2017-06-16T12:46:56.873056
1,497,617,216.873056
82,146
pythondev
help
if not 10 % of no coding is spent thinking of coding
2017-06-16T12:47:06.876465
Rona
pythondev_help_Rona_2017-06-16T12:47:06.876465
1,497,617,226.876465
82,147
pythondev
help
the rest is sleep
2017-06-16T12:47:09.877535
Rona
pythondev_help_Rona_2017-06-16T12:47:09.877535
1,497,617,229.877535
82,148
pythondev
help
and some netlfix
2017-06-16T12:47:14.879053
Rona
pythondev_help_Rona_2017-06-16T12:47:14.879053
1,497,617,234.879053
82,149
pythondev
help
75% of coding is doing work coding
2017-06-16T12:47:26.883061
Rona
pythondev_help_Rona_2017-06-16T12:47:26.883061
1,497,617,246.883061
82,150
pythondev
help
that’s good.
2017-06-16T12:47:35.886153
Johana
pythondev_help_Johana_2017-06-16T12:47:35.886153
1,497,617,255.886153
82,151
pythondev
help
I should say 50% coding 15 % work none coding
2017-06-16T12:47:36.886671
Rona
pythondev_help_Rona_2017-06-16T12:47:36.886671
1,497,617,256.886671
82,152
pythondev
help
python or .net?
2017-06-16T12:47:42.888337
Johana
pythondev_help_Johana_2017-06-16T12:47:42.888337
1,497,617,262.888337
82,153
pythondev
help
.net
2017-06-16T12:47:49.890778
Rona
pythondev_help_Rona_2017-06-16T12:47:49.890778
1,497,617,269.890778
82,154
pythondev
help
but some python also
2017-06-16T12:47:52.891794
Rona
pythondev_help_Rona_2017-06-16T12:47:52.891794
1,497,617,272.891794
82,155
pythondev
help
or both
2017-06-16T12:47:55.892872
Johana
pythondev_help_Johana_2017-06-16T12:47:55.892872
1,497,617,275.892872
82,156
pythondev
help
I just love both
2017-06-16T12:47:59.893935
Rona
pythondev_help_Rona_2017-06-16T12:47:59.893935
1,497,617,279.893935
82,157
pythondev
help
you try some iron python?
2017-06-16T12:47:59.894139
Johana
pythondev_help_Johana_2017-06-16T12:47:59.894139
1,497,617,279.894139
82,158
pythondev
help
I want to
2017-06-16T12:48:05.896004
Rona
pythondev_help_Rona_2017-06-16T12:48:05.896004
1,497,617,285.896004
82,159
pythondev
help
you doing C# or VB?
2017-06-16T12:48:16.899562
Johana
pythondev_help_Johana_2017-06-16T12:48:16.899562
1,497,617,296.899562
82,160
pythondev
help
I want to try WPF in iron python
2017-06-16T12:48:19.900657
Rona
pythondev_help_Rona_2017-06-16T12:48:19.900657
1,497,617,299.900657
82,161
pythondev
help
even if I have no need
2017-06-16T12:48:23.902048
Rona
pythondev_help_Rona_2017-06-16T12:48:23.902048
1,497,617,303.902048
82,162
pythondev
help
powershell and c#
2017-06-16T12:48:27.903129
Rona
pythondev_help_Rona_2017-06-16T12:48:27.903129
1,497,617,307.903129
82,163
pythondev
help
cool
2017-06-16T12:48:33.905267
Johana
pythondev_help_Johana_2017-06-16T12:48:33.905267
1,497,617,313.905267
82,164
pythondev
help
vb hell no
2017-06-16T12:48:34.905377
Rona
pythondev_help_Rona_2017-06-16T12:48:34.905377
1,497,617,314.905377
82,165
pythondev
help
lol
2017-06-16T12:48:40.907563
Johana
pythondev_help_Johana_2017-06-16T12:48:40.907563
1,497,617,320.907563
82,166
pythondev
help
i agree there. i tried to do iron python LONG time ago. i was a dba but the dev was a C# guy and he was said to have been the best in the university. the university was doing consolidation at the system level so he applied to work at our little lab basically to hide.
2017-06-16T12:49:55.932568
Johana
pythondev_help_Johana_2017-06-16T12:49:55.932568
1,497,617,395.932568
82,167
pythondev
help
i tried to take the opportunity to learn what i could but he ended up not being able to do much coding.
2017-06-16T12:50:16.939273
Johana
pythondev_help_Johana_2017-06-16T12:50:16.939273
1,497,617,416.939273
82,168
pythondev
help
anyone who uses macs
2017-06-16T12:50:19.940685
Rona
pythondev_help_Rona_2017-06-16T12:50:19.940685
1,497,617,419.940685
82,169
pythondev
help
this is good <https://monodraw.helftone.com/>
2017-06-16T12:50:21.941436
Rona
pythondev_help_Rona_2017-06-16T12:50:21.941436
1,497,617,421.941436
82,170
pythondev
help
oh wow
2017-06-16T12:50:48.950486
Rona
pythondev_help_Rona_2017-06-16T12:50:48.950486
1,497,617,448.950486
82,171
pythondev
help
haha that’s interesting.
2017-06-16T12:51:12.958439
Johana
pythondev_help_Johana_2017-06-16T12:51:12.958439
1,497,617,472.958439
82,172
pythondev
help
brb
2017-06-16T12:54:30.025938
Rona
pythondev_help_Rona_2017-06-16T12:54:30.025938
1,497,617,670.025938
82,173
pythondev
help
do you know how to display ascii art in python
2017-06-16T12:54:44.030756
Rona
pythondev_help_Rona_2017-06-16T12:54:44.030756
1,497,617,684.030756
82,174
pythondev
help
is it just this longstring = """\ You can use multiple lines and newlines are preserved """
2017-06-16T12:55:01.036547
Rona
pythondev_help_Rona_2017-06-16T12:55:01.036547
1,497,617,701.036547
82,175
pythondev
help
<@Johana> check this out <https://gist.github.com/itadder/0538cce16f1cb162c288c85c557367b7>
2017-06-16T13:02:08.187488
Rona
pythondev_help_Rona_2017-06-16T13:02:08.187488
1,497,618,128.187488
82,176
pythondev
help
that cool
2017-06-16T13:05:01.248613
Rona
pythondev_help_Rona_2017-06-16T13:05:01.248613
1,497,618,301.248613
82,177
pythondev
help
just learning more python
2017-06-16T13:07:43.304020
Rona
pythondev_help_Rona_2017-06-16T13:07:43.304020
1,497,618,463.30402
82,178
pythondev
help
trying to think of a project to do on the weekends that is not super hard but uses python
2017-06-16T13:07:55.308185
Rona
pythondev_help_Rona_2017-06-16T13:07:55.308185
1,497,618,475.308185
82,179
pythondev
help
If you're short on ideas, feel free to check in on the <#C2FMLUBEU|community_projects>
2017-06-16T13:08:38.322352
Beula
pythondev_help_Beula_2017-06-16T13:08:38.322352
1,497,618,518.322352
82,180
pythondev
help
ahh thanks
2017-06-16T13:11:25.378002
Rona
pythondev_help_Rona_2017-06-16T13:11:25.378002
1,497,618,685.378002
82,181
pythondev
help
:smile:
2017-06-16T13:12:33.400524
Ciera
pythondev_help_Ciera_2017-06-16T13:12:33.400524
1,497,618,753.400524
82,182
pythondev
help
Such a good bot.
2017-06-16T13:13:30.419510
Suellen
pythondev_help_Suellen_2017-06-16T13:13:30.419510
1,497,618,810.41951
82,183
pythondev
help
almost as if sometime he is control by a human :smile:
2017-06-16T13:16:29.479117
Ciera
pythondev_help_Ciera_2017-06-16T13:16:29.479117
1,497,618,989.479117
82,184
pythondev
help
:open_mouth:
2017-06-16T13:17:01.489636
Suellen
pythondev_help_Suellen_2017-06-16T13:17:01.489636
1,497,619,021.489636
82,185
pythondev
help
Wait a second.
2017-06-16T13:17:03.490555
Suellen
pythondev_help_Suellen_2017-06-16T13:17:03.490555
1,497,619,023.490555
82,186
pythondev
help
So you *were* snooping on our private conversation? :flushed:
2017-06-16T13:17:38.502015
Suellen
pythondev_help_Suellen_2017-06-16T13:17:38.502015
1,497,619,058.502015
82,187
pythondev
help
I don't know what conversation but I can make <@Alesia> say what I want
2017-06-16T13:19:14.533483
Ciera
pythondev_help_Ciera_2017-06-16T13:19:14.533483
1,497,619,154.533483
82,188
pythondev
help
Oh, alright. So you can't see our convo?
2017-06-16T13:21:12.573149
Suellen
pythondev_help_Suellen_2017-06-16T13:21:12.573149
1,497,619,272.573149
82,189
pythondev
help
Alright.
2017-06-16T13:21:16.574927
Suellen
pythondev_help_Suellen_2017-06-16T13:21:16.574927
1,497,619,276.574927
82,190
pythondev
help
Not that I say anything bad.
2017-06-16T13:21:29.579089
Suellen
pythondev_help_Suellen_2017-06-16T13:21:29.579089
1,497,619,289.579089
82,191
pythondev
help
if <@Alesia> is in a channel (public or private) we could snoop with the logs. In private messages <@Alesia> doesn't see them, only when you use `/` commands
2017-06-16T13:23:09.612382
Ciera
pythondev_help_Ciera_2017-06-16T13:23:09.612382
1,497,619,389.612382
82,192
pythondev
help
We should probably put that in the intro doc just so we are fully transparent. I think we spoke about that before and filed an issue already
2017-06-16T13:26:40.684180
Beula
pythondev_help_Beula_2017-06-16T13:26:40.684180
1,497,619,600.68418
82,193
pythondev
help
slackline is also listening to stuff but only on general
2017-06-16T13:31:37.787005
Ciera
pythondev_help_Ciera_2017-06-16T13:31:37.787005
1,497,619,897.787005
82,194
pythondev
help
hey guys
2017-06-16T14:29:08.971469
Johnathon
pythondev_help_Johnathon_2017-06-16T14:29:08.971469
1,497,623,348.971469
82,195
pythondev
help
hey buddy
2017-06-16T14:30:08.992420
Suellen
pythondev_help_Suellen_2017-06-16T14:30:08.992420
1,497,623,408.99242
82,196
pythondev
help
I have installed a python package with pip, made some changes on the source code, recompiled it with `python -m compileall .` but when I run package_name -arguments my changes weren't applied
2017-06-16T14:30:11.993368
Johnathon
pythondev_help_Johnathon_2017-06-16T14:30:11.993368
1,497,623,411.993368
82,197
pythondev
help
any tips?
2017-06-16T14:30:18.995952
Johnathon
pythondev_help_Johnathon_2017-06-16T14:30:18.995952
1,497,623,418.995952
82,198
pythondev
help
compileall?
2017-06-16T14:31:00.010434
Suellen
pythondev_help_Suellen_2017-06-16T14:31:00.010434
1,497,623,460.010434
82,199
pythondev
help
yeah I did this at `/usr/local/lib/python2.7/dist-packages/mypackage`
2017-06-16T14:31:30.020883
Johnathon
pythondev_help_Johnathon_2017-06-16T14:31:30.020883
1,497,623,490.020883
82,200
pythondev
help
oh
2017-06-16T14:31:34.022229
Suellen
pythondev_help_Suellen_2017-06-16T14:31:34.022229
1,497,623,494.022229
82,201
pythondev
help
I also removed the previous .pyc file
2017-06-16T14:31:45.025657
Johnathon
pythondev_help_Johnathon_2017-06-16T14:31:45.025657
1,497,623,505.025657
82,202

No dataset card yet

New: Create and edit this dataset card directly on the website!

Contribute a Dataset Card
Downloads last month
0
Add dataset card