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 | When I create a `RawPacket(buf[0:8], buf[208:280])` I get ```TypeError: object.__init__() takes no parameters``` | 2017-11-15T18:23:16.000151 | Sirena | pythondev_help_Sirena_2017-11-15T18:23:16.000151 | 1,510,770,196.000151 | 100,503 |
pythondev | help | which, as far as I can tell, is usually because people spell __init__ wrong, but I think I did it right here, anyone have a suggestion? | 2017-11-15T18:23:51.000404 | Sirena | pythondev_help_Sirena_2017-11-15T18:23:51.000404 | 1,510,770,231.000404 | 100,504 |
pythondev | help | weird, thats the normal super invocation | 2017-11-15T18:26:43.000287 | Marcie | pythondev_help_Marcie_2017-11-15T18:26:43.000287 | 1,510,770,403.000287 | 100,505 |
pythondev | help | python2 or 3? | 2017-11-15T18:26:46.000212 | Marcie | pythondev_help_Marcie_2017-11-15T18:26:46.000212 | 1,510,770,406.000212 | 100,506 |
pythondev | help | 2.7 | 2017-11-15T18:26:50.000074 | Sirena | pythondev_help_Sirena_2017-11-15T18:26:50.000074 | 1,510,770,410.000074 | 100,507 |
pythondev | help | oh wow, I forgot to put the module name in front. I gotta stop debugging at the end of the day | 2017-11-15T18:30:29.000253 | Sirena | pythondev_help_Sirena_2017-11-15T18:30:29.000253 | 1,510,770,629.000253 | 100,508 |
pythondev | help | not sure how I ended up with that error tho | 2017-11-15T18:30:51.000125 | Sirena | pythondev_help_Sirena_2017-11-15T18:30:51.000125 | 1,510,770,651.000125 | 100,509 |
pythondev | help | yeah that’s a bit of a mystery | 2017-11-15T18:32:24.000111 | Marcie | pythondev_help_Marcie_2017-11-15T18:32:24.000111 | 1,510,770,744.000111 | 100,510 |
pythondev | help | What's up guys. I have a quick question. So I'm processing a large pcap file that so far has gone through 22 million packets. Now at some point the amount of data I need to collect is going to get way too large. I eventually have to store all the data I gather from this on a frontend webpage. Would sqlite be something ... | 2017-11-15T22:44:04.000109 | Myong | pythondev_help_Myong_2017-11-15T22:44:04.000109 | 1,510,785,844.000109 | 100,511 |
pythondev | help | <@Myong> generally depends on how you're going to be using the data itself | 2017-11-15T22:56:29.000140 | Marcie | pythondev_help_Marcie_2017-11-15T22:56:29.000140 | 1,510,786,589.00014 | 100,512 |
pythondev | help | So the idea is basically upload the data to a frontend (I'll probably use flask) and geolocate them using a database we've been given. | 2017-11-15T22:58:17.000110 | Myong | pythondev_help_Myong_2017-11-15T22:58:17.000110 | 1,510,786,697.00011 | 100,513 |
pythondev | help | the frontend is supposed to feature an interactive map | 2017-11-15T22:59:03.000134 | Myong | pythondev_help_Myong_2017-11-15T22:59:03.000134 | 1,510,786,743.000134 | 100,514 |
pythondev | help | Geolocating victims of DDoS attacks that is. | 2017-11-15T22:59:23.000072 | Myong | pythondev_help_Myong_2017-11-15T22:59:23.000072 | 1,510,786,763.000072 | 100,515 |
pythondev | help | But for now, the file is so large I'm not sure how long it should actually take to go through the whole 8GB file... | 2017-11-15T22:59:44.000163 | Myong | pythondev_help_Myong_2017-11-15T22:59:44.000163 | 1,510,786,784.000163 | 100,516 |
pythondev | help | So it takes about 1 minute 54 seconds to process 15 minutes worth of packets | 2017-11-15T23:03:48.000098 | Myong | pythondev_help_Myong_2017-11-15T23:03:48.000098 | 1,510,787,028.000098 | 100,517 |
pythondev | help | off the top of my head i'd probably go for PostGresQL | 2017-11-15T23:04:47.000061 | Marcie | pythondev_help_Marcie_2017-11-15T23:04:47.000061 | 1,510,787,087.000061 | 100,518 |
pythondev | help | + postgis | 2017-11-15T23:05:03.000239 | Marcie | pythondev_help_Marcie_2017-11-15T23:05:03.000239 | 1,510,787,103.000239 | 100,519 |
pythondev | help | I'm just trying to figure out what the tables should look like | 2017-11-15T23:05:55.000207 | Myong | pythondev_help_Myong_2017-11-15T23:05:55.000207 | 1,510,787,155.000207 | 100,520 |
pythondev | help | i usually try and put together a few user stories to try and map out my data tables | 2017-11-15T23:12:44.000102 | Marcie | pythondev_help_Marcie_2017-11-15T23:12:44.000102 | 1,510,787,564.000102 | 100,521 |
pythondev | help | <@Marcie> About to put together an example on paper and draw out what might be the best option. | 2017-11-15T23:32:51.000120 | Myong | pythondev_help_Myong_2017-11-15T23:32:51.000120 | 1,510,788,771.00012 | 100,522 |
pythondev | help | My only concern is how detailed these things have to be. If all they need to be are IPs that map to locations and like 3 other columns of integers then it will be easy cause I can make a single table | 2017-11-15T23:33:26.000061 | Myong | pythondev_help_Myong_2017-11-15T23:33:26.000061 | 1,510,788,806.000061 | 100,523 |
pythondev | help | So the basic structure that I currently have in python is this. | 2017-11-15T23:37:26.000167 | Myong | pythondev_help_Myong_2017-11-15T23:37:26.000167 | 1,510,789,046.000167 | 100,524 |
pythondev | help | <@Marcie> Just drew this up. I have no clue if this is valid or a good diagram. But it gathers all the information I need | 2017-11-15T23:54:56.000145 | Myong | pythondev_help_Myong_2017-11-15T23:54:56.000145 | 1,510,790,096.000145 | 100,525 |
pythondev | help | Actually, realizing the circular reference is gonna be horrible. Scratch that table | 2017-11-15T23:57:23.000080 | Myong | pythondev_help_Myong_2017-11-15T23:57:23.000080 | 1,510,790,243.00008 | 100,526 |
pythondev | help | Alternatively I could simply remove the Attack Time Frame since I can query the DDoS Victims table for timeframes between a specific time | 2017-11-16T00:07:55.000131 | Myong | pythondev_help_Myong_2017-11-16T00:07:55.000131 | 1,510,790,875.000131 | 100,527 |
pythondev | help | Guess this problem is a bit more difficult than I thought as far as what I know is concerned. | 2017-11-16T00:22:51.000003 | Myong | pythondev_help_Myong_2017-11-16T00:22:51.000003 | 1,510,791,771.000003 | 100,528 |
pythondev | help | Hello!, i'm wonder if you know a good source to learn best practices with django... i dont know what to do, i mean, james benneth says its ok to have a lot of apps. but others say that we need to build our porject with few apps that do a bucnh of things... what do you think? | 2017-11-16T00:23:47.000113 | Sebrina | pythondev_help_Sebrina_2017-11-16T00:23:47.000113 | 1,510,791,827.000113 | 100,529 |
pythondev | help | I learned Django from Lynda after being taught Python and Flask. | 2017-11-16T00:39:18.000127 | Genesis | pythondev_help_Genesis_2017-11-16T00:39:18.000127 | 1,510,792,758.000127 | 100,530 |
pythondev | help | Looked up Lynda... website is pretty vague about their pricing.... is it expensive for an individual to take a course there ? | 2017-11-16T02:57:08.000078 | Jule | pythondev_help_Jule_2017-11-16T02:57:08.000078 | 1,510,801,028.000078 | 100,531 |
pythondev | help | . | 2017-11-16T04:06:11.000317 | Bernard | pythondev_help_Bernard_2017-11-16T04:06:11.000317 | 1,510,805,171.000317 | 100,532 |
pythondev | help | Checkout - <http://www.marinamele.com/django> | 2017-11-16T04:49:42.000354 | Oretha | pythondev_help_Oretha_2017-11-16T04:49:42.000354 | 1,510,807,782.000354 | 100,533 |
pythondev | help | <@Jule> um, its free if you use your library card number on <http://lynda.com|lynda.com> | 2017-11-16T09:03:20.000704 | Genesis | pythondev_help_Genesis_2017-11-16T09:03:20.000704 | 1,510,823,000.000704 | 100,534 |
pythondev | help | Ow.. I'm outside the US... haha :slightly_smiling_face: Think... no dice for me :stuck_out_tongue:
But... in your experience the courses were high quality ? | 2017-11-16T09:14:57.000078 | Jule | pythondev_help_Jule_2017-11-16T09:14:57.000078 | 1,510,823,697.000078 | 100,535 |
pythondev | help | <@Oretha>: will check out that marinamele ! Thanks ! | 2017-11-16T09:15:55.000504 | Jule | pythondev_help_Jule_2017-11-16T09:15:55.000504 | 1,510,823,755.000504 | 100,536 |
pythondev | help | <http://Lynda.com|Lynda.com> is great. The videos are explained to detail and they show the source code. I was looking to use sessions and login on Django the way I used in Flask and I found a great video tutorial. I modeled my capstone project after it (somewhat...) | 2017-11-16T09:23:48.000195 | Genesis | pythondev_help_Genesis_2017-11-16T09:23:48.000195 | 1,510,824,228.000195 | 100,537 |
pythondev | help | Well. .it's powered by LinkedIn... so it should be good. If the price is not too high I might still apply for the course....
Thanks for your advise ! | 2017-11-16T09:26:27.000261 | Jule | pythondev_help_Jule_2017-11-16T09:26:27.000261 | 1,510,824,387.000261 | 100,538 |
pythondev | help | Docker noob question - I have my config setup (with a .env file) such that when I run `docker-compose config` I clearly see the host:container port mapping I want for ports `5431:5432/tcp` but when I start the service it invariably binds the 5432 port - what's the deal? | 2017-11-16T10:38:22.000757 | Mallie | pythondev_help_Mallie_2017-11-16T10:38:22.000757 | 1,510,828,702.000757 | 100,539 |
pythondev | help | style question. this:
```
if ticket_status is "open":
do_stuff()
else: # Ticket is resolved or deleted
do_other_stuff()
```
vs. this:
```
if ticket_status is "open":
do_stuff()
else:
# Ticket is resolved or deleted
do_other_stuff()
```
- which is better?
- is there a pep8 or other style guide link i... | 2017-11-16T10:40:58.000710 | Sade | pythondev_help_Sade_2017-11-16T10:40:58.000710 | 1,510,828,858.00071 | 100,540 |
pythondev | help | hmmmm really? that seems kind of odd for it to live “outside” of the else block it describes | 2017-11-16T10:47:11.000708 | Sade | pythondev_help_Sade_2017-11-16T10:47:11.000708 | 1,510,829,231.000708 | 100,541 |
pythondev | help | i guess the extra line break does group it along with it though | 2017-11-16T10:47:38.000149 | Sade | pythondev_help_Sade_2017-11-16T10:47:38.000149 | 1,510,829,258.000149 | 100,542 |
pythondev | help | I prefer <@Sade> second example, I'd never space between conditional blocks and don't think I ever have (and that is pep8 fine) | 2017-11-16T10:53:15.000302 | Mallie | pythondev_help_Mallie_2017-11-16T10:53:15.000302 | 1,510,829,595.000302 | 100,543 |
pythondev | help | anyone familiar with how I can connect to a named VPN (openvpn) network that shows in my NetworkManager VPN list from the cli? | 2017-11-16T10:55:56.000460 | Bruno | pythondev_help_Bruno_2017-11-16T10:55:56.000460 | 1,510,829,756.00046 | 100,544 |
pythondev | help | on Ubuntu | 2017-11-16T10:56:03.000810 | Bruno | pythondev_help_Bruno_2017-11-16T10:56:03.000810 | 1,510,829,763.00081 | 100,545 |
pythondev | help | if it’s down to personal preference though i’m probably going to go with what my boss asked for, which is the first example I posted | 2017-11-16T10:56:38.000106 | Sade | pythondev_help_Sade_2017-11-16T10:56:38.000106 | 1,510,829,798.000106 | 100,546 |
pythondev | help | if there’s specific language in pep8 about it he’d be more than happy to bow to that, but i don’t see it | 2017-11-16T10:57:01.000928 | Sade | pythondev_help_Sade_2017-11-16T10:57:01.000928 | 1,510,829,821.000928 | 100,547 |
pythondev | help | The big thing from PEP-8 what I gave as an example enforces the idea from the PEP to `use inline comments sparingly` | 2017-11-16T10:59:51.000920 | Patty | pythondev_help_Patty_2017-11-16T10:59:51.000920 | 1,510,829,991.00092 | 100,548 |
pythondev | help | Also, IMO, doing it to extend the length of a row of logic flow reduces readability | 2017-11-16T11:00:15.000252 | Patty | pythondev_help_Patty_2017-11-16T11:00:15.000252 | 1,510,830,015.000252 | 100,549 |
pythondev | help | yeah I totally agree with the latter. And I agree about “sparingly” but that has a degree of subjectivity :slightly_smiling_face: | 2017-11-16T11:00:46.000123 | Sade | pythondev_help_Sade_2017-11-16T11:00:46.000123 | 1,510,830,046.000123 | 100,550 |
pythondev | help | I think you are going to need to ~copy and edit~ extract the existing vpn-related part of your network in `/etc/NetworkManager/system-connections/your_name` to a file and then use `openvpn --config your_file` | 2017-11-16T11:08:59.000036 | Ronny | pythondev_help_Ronny_2017-11-16T11:08:59.000036 | 1,510,830,539.000036 | 100,551 |
pythondev | help | I also dislike the first example <@Sade>, in this particular case | 2017-11-16T11:14:33.000221 | Mallie | pythondev_help_Mallie_2017-11-16T11:14:33.000221 | 1,510,830,873.000221 | 100,552 |
pythondev | help | But if you are being told what to do why even ask? | 2017-11-16T11:14:43.000805 | Mallie | pythondev_help_Mallie_2017-11-16T11:14:43.000805 | 1,510,830,883.000805 | 100,553 |
pythondev | help | Submit to their style :pray: | 2017-11-16T11:14:49.000402 | Mallie | pythondev_help_Mallie_2017-11-16T11:14:49.000402 | 1,510,830,889.000402 | 100,554 |
pythondev | help | <@Ronny> yea i found some example on that. now trying to get the auth working | 2017-11-16T11:15:02.000323 | Bruno | pythondev_help_Bruno_2017-11-16T11:15:02.000323 | 1,510,830,902.000323 | 100,555 |
pythondev | help | That being said I don't think it is egregiously bad, even if it isn't the best | 2017-11-16T11:15:33.000050 | Mallie | pythondev_help_Mallie_2017-11-16T11:15:33.000050 | 1,510,830,933.00005 | 100,556 |
pythondev | help | well, my boss prefers the first one, but he’s not strongarming me about it. I just like to go with the flow unless I can find a pep8 or other authoritative style guide backing me up, otherwise I assume it’s a matter of taste | 2017-11-16T11:16:01.000751 | Sade | pythondev_help_Sade_2017-11-16T11:16:01.000751 | 1,510,830,961.000751 | 100,557 |
pythondev | help | In this situation it is taste, PEP8 has a preference, not a rule. | 2017-11-16T11:16:40.000390 | Mallie | pythondev_help_Mallie_2017-11-16T11:16:40.000390 | 1,510,831,000.00039 | 100,558 |
pythondev | help | But you can spin that how you want :wink: | 2017-11-16T11:16:52.000320 | Mallie | pythondev_help_Mallie_2017-11-16T11:16:52.000320 | 1,510,831,012.00032 | 100,559 |
pythondev | help | i much prefer to stick to pep8, but even I dont stick to all the rules. line lenght for example. | 2017-11-16T11:17:19.000921 | Bruno | pythondev_help_Bruno_2017-11-16T11:17:19.000921 | 1,510,831,039.000921 | 100,560 |
pythondev | help | its nice to use it as a default, the tweak the things you need. that way you still have a set guideline | 2017-11-16T11:17:42.000404 | Bruno | pythondev_help_Bruno_2017-11-16T11:17:42.000404 | 1,510,831,062.000404 | 100,561 |
pythondev | help | I'm running into issues with Pandas when combining `.cut()` and `.count_value()` due to bins not actually being present as values in the data.
The snippet below shows a workable example. Basically what I'm trying to get is a simple bar plot:
```
|
| | |
|-----|-----|-----|
A I A I A I
0-10 10-20 20... | 2017-11-16T11:33:43.000137 | Donella | pythondev_help_Donella_2017-11-16T11:33:43.000137 | 1,510,832,023.000137 | 100,562 |
pythondev | help | quick question, can someone explain the th [‘name’] at the end of this syntax works? It works perfectly but I want to get the address data too and didnt wan to make a second api call because its slow.
``` device_name = json.loads(session.get('<https://dashboard.meraki.com/api/v0/networks/>' + device['networkId'] + '... | 2017-11-16T12:58:07.000079 | Season | pythondev_help_Season_2017-11-16T12:58:07.000079 | 1,510,837,087.000079 | 100,563 |
pythondev | help | Do you understand the rest of it? | 2017-11-16T13:05:13.000296 | Meghan | pythondev_help_Meghan_2017-11-16T13:05:13.000296 | 1,510,837,513.000296 | 100,564 |
pythondev | help | That's a nice example of where f-strings make things easier to read. | 2017-11-16T13:06:21.000114 | Meghan | pythondev_help_Meghan_2017-11-16T13:06:21.000114 | 1,510,837,581.000114 | 100,565 |
pythondev | help | Side note: You want to use `==` with strings, not `is`, or you risk some very unexpected behaviour. | 2017-11-16T13:53:52.000167 | Louis | pythondev_help_Louis_2017-11-16T13:53:52.000167 | 1,510,840,432.000167 | 100,566 |
pythondev | help | Explanation: `is` compares object identity, not equality, so it only works "by accident" in common paths when strings resolve to the same actual string object due to interning, and will break if you get strings through different paths. | 2017-11-16T13:57:38.000080 | Louis | pythondev_help_Louis_2017-11-16T13:57:38.000080 | 1,510,840,658.00008 | 100,567 |
pythondev | help | ```
>>> 'abc' == 'abc'.lower()
True
>>> 'abc' is 'abc'.lower()
False
``` | 2017-11-16T14:00:58.000309 | Louis | pythondev_help_Louis_2017-11-16T14:00:58.000309 | 1,510,840,858.000309 | 100,568 |
pythondev | help | <@Meghan> Yes up to that point I do. I’ll look up f-strings | 2017-11-16T14:06:40.000174 | Season | pythondev_help_Season_2017-11-16T14:06:40.000174 | 1,510,841,200.000174 | 100,569 |
pythondev | help | So say i wanted to do this in one line and one api call…
```
device_name = json.loads(session.get('<https://dashboard.meraki.com/api/v0/networks/>' + device['networkId'] + '/devices/' + device['serial'], headers=headers).text)['name']
device_address = json.loads(session.get('<https://dashboard.meraki.com/api/v0/netwo... | 2017-11-16T14:08:24.000410 | Season | pythondev_help_Season_2017-11-16T14:08:24.000410 | 1,510,841,304.00041 | 100,570 |
pythondev | help | I can look it up. Im just not sure what this feature is called when the [‘name’] is added to the end of the line | 2017-11-16T14:13:09.000249 | Season | pythondev_help_Season_2017-11-16T14:13:09.000249 | 1,510,841,589.000249 | 100,571 |
pythondev | help | `json.loads` decodes json, so with your example you could do
```
device_info = json.loads(session.get('<https://dashboard.meraki.com/api/v0/networks/>' + device['networkId'] + '/devices/' + device['serial'], headers=headers).text)
name = device_info['name']
address = device_info['address']
``` | 2017-11-16T14:13:38.000426 | Jenise | pythondev_help_Jenise_2017-11-16T14:13:38.000426 | 1,510,841,618.000426 | 100,572 |
pythondev | help | Yes, exactly as <@Jenise> said. | 2017-11-16T14:15:10.000636 | Meghan | pythondev_help_Meghan_2017-11-16T14:15:10.000636 | 1,510,841,710.000636 | 100,573 |
pythondev | help | Thanks it makes sense now. Sorry I am new to python and didnt realize that that this could be done in one step.
Previously I would have done exactly as <@Jenise> wrote, and now I feel silly :slightly_smiling_face: | 2017-11-16T14:18:11.000084 | Season | pythondev_help_Season_2017-11-16T14:18:11.000084 | 1,510,841,891.000084 | 100,574 |
pythondev | help | A instance has no __call__ method | 2017-11-16T15:48:29.000304 | Douglas | pythondev_help_Douglas_2017-11-16T15:48:29.000304 | 1,510,847,309.000304 | 100,575 |
pythondev | help | What is your code for when you instantiate the object <@Katelyn> | 2017-11-16T15:56:47.000674 | Myong | pythondev_help_Myong_2017-11-16T15:56:47.000674 | 1,510,847,807.000674 | 100,576 |
pythondev | help | b=B(“b”) , a=A(“a”,b) | 2017-11-16T15:58:47.000358 | Douglas | pythondev_help_Douglas_2017-11-16T15:58:47.000358 | 1,510,847,927.000358 | 100,577 |
pythondev | help | <@Douglas> could you provide full traceback? maybe it's something related with flask | 2017-11-16T16:10:07.000321 | Mirian | pythondev_help_Mirian_2017-11-16T16:10:07.000321 | 1,510,848,607.000321 | 100,578 |
pythondev | help | <@Mirian> | 2017-11-16T16:13:31.000215 | Douglas | pythondev_help_Douglas_2017-11-16T16:13:31.000215 | 1,510,848,811.000215 | 100,579 |
pythondev | help | Python's datetime module has no concept of the current timezone when you instantiate a new datetime object with `datetime.now()` right? | 2017-11-16T16:15:25.000176 | Lory | pythondev_help_Lory_2017-11-16T16:15:25.000176 | 1,510,848,925.000176 | 100,580 |
pythondev | help | ```
>>> from datetime import datetime
>>> now = datetime.now()
>>> now.astimezone()
datetime.datetime(2017, 11, 17, 0, 18, 0, 618717, tzinfo=datetime.timezone(datetime.timedelta(0, 10800), 'MSK'))
``` | 2017-11-16T16:18:06.000639 | Suellen | pythondev_help_Suellen_2017-11-16T16:18:06.000639 | 1,510,849,086.000639 | 100,581 |
pythondev | help | you can make it happen :slightly_smiling_face: | 2017-11-16T16:18:38.000013 | Suellen | pythondev_help_Suellen_2017-11-16T16:18:38.000013 | 1,510,849,118.000013 | 100,582 |
pythondev | help | and what do you return from that Flask controller? | 2017-11-16T16:22:52.000182 | Mirian | pythondev_help_Mirian_2017-11-16T16:22:52.000182 | 1,510,849,372.000182 | 100,583 |
pythondev | help | Ah no I just realized it's pulling off the system time | 2017-11-16T16:33:50.000553 | Lory | pythondev_help_Lory_2017-11-16T16:33:50.000553 | 1,510,850,030.000553 | 100,584 |
pythondev | help | which my server was just set to the UTC timezone when it's located in New York | 2017-11-16T16:34:14.000230 | Lory | pythondev_help_Lory_2017-11-16T16:34:14.000230 | 1,510,850,054.00023 | 100,585 |
pythondev | help | Causing me a lot of confusion | 2017-11-16T16:34:21.000408 | Lory | pythondev_help_Lory_2017-11-16T16:34:21.000408 | 1,510,850,061.000408 | 100,586 |
pythondev | help | This may be a stupid question, but how do I keep homebrew on OS X from constantly installing python as a dependency? I already have python installed from anaconda. | 2017-11-16T16:43:32.000561 | Bradly | pythondev_help_Bradly_2017-11-16T16:43:32.000561 | 1,510,850,612.000561 | 100,587 |
pythondev | help | And - more generally - how do I clean up my Python install on Mac OS? I have no idea exactly how many versions of python I have installed on here, where they’re located, and how to remove all of them so I’m only left with the base Mac version, so I can start from a clean slate? | 2017-11-16T16:49:45.000126 | Bradly | pythondev_help_Bradly_2017-11-16T16:49:45.000126 | 1,510,850,985.000126 | 100,588 |
pythondev | help | I'm not sure about your first question, but as far as your second question, through the terminal you can type `which python` and `whereis python` while also using tab to auto complete differing versions to find out where they are installed globally. If you're using virtualenv's, those commands won't be able to pick up ... | 2017-11-16T16:54:44.000665 | Lory | pythondev_help_Lory_2017-11-16T16:54:44.000665 | 1,510,851,284.000665 | 100,589 |
pythondev | help | that's where I would start at least | 2017-11-16T16:54:49.000054 | Lory | pythondev_help_Lory_2017-11-16T16:54:49.000054 | 1,510,851,289.000054 | 100,590 |
pythondev | help | I’m using raw bash - that should get around any virtualenv issues, yeah? | 2017-11-16T16:55:21.000377 | Bradly | pythondev_help_Bradly_2017-11-16T16:55:21.000377 | 1,510,851,321.000377 | 100,591 |
pythondev | help | by “raw” I mean just out-of-box bash. | 2017-11-16T16:55:44.000113 | Bradly | pythondev_help_Bradly_2017-11-16T16:55:44.000113 | 1,510,851,344.000113 | 100,592 |
pythondev | help | virtualenv is independent of your shell, if you haven't personally installed any then they probably don't exist on your machine | 2017-11-16T16:56:00.000541 | Lory | pythondev_help_Lory_2017-11-16T16:56:00.000541 | 1,510,851,360.000541 | 100,593 |
pythondev | help | in which case don't worry about them | 2017-11-16T16:56:09.000324 | Lory | pythondev_help_Lory_2017-11-16T16:56:09.000324 | 1,510,851,369.000324 | 100,594 |
pythondev | help | Ah. I don’t recall installing any - would some python tools (PyCharm, Anaconda, etc) install a virtualenv? | 2017-11-16T16:56:22.000575 | Bradly | pythondev_help_Bradly_2017-11-16T16:56:22.000575 | 1,510,851,382.000575 | 100,595 |
pythondev | help | I’ve screwed around with Python on and off over time, and my system has accumulated a LOT of weird junk because of that. | 2017-11-16T16:56:47.000043 | Bradly | pythondev_help_Bradly_2017-11-16T16:56:47.000043 | 1,510,851,407.000043 | 100,596 |
pythondev | help | honestly not sure, I would presume they probably do but you wouldn't want to mess with those unless you're also uninstalling the software that uses them | 2017-11-16T16:56:54.000523 | Lory | pythondev_help_Lory_2017-11-16T16:56:54.000523 | 1,510,851,414.000523 | 100,597 |
pythondev | help | in which case you can probably just use OSX's uninstall stuff to delete the software and they'll clean up after themselves | 2017-11-16T16:57:28.000444 | Lory | pythondev_help_Lory_2017-11-16T16:57:28.000444 | 1,510,851,448.000444 | 100,598 |
pythondev | help | I literally only have PyCharm installed - that’s the only Python IDE I have installed right now. And if I recall correctly I can set it to use whatever Python version I have installed. | 2017-11-16T16:57:32.000225 | Bradly | pythondev_help_Bradly_2017-11-16T16:57:32.000225 | 1,510,851,452.000225 | 100,599 |
pythondev | help | I have not used OSX in years so I'm not sure of the exact procedure for uninstalling software packages | 2017-11-16T16:57:42.000571 | Lory | pythondev_help_Lory_2017-11-16T16:57:42.000571 | 1,510,851,462.000571 | 100,600 |
pythondev | help | The problem is, I’ve done things like `brew install anaconda`, and OS X has no method to clean that up. | 2017-11-16T16:57:58.000371 | Bradly | pythondev_help_Bradly_2017-11-16T16:57:58.000371 | 1,510,851,478.000371 | 100,601 |
pythondev | help | With OS X, it’s drag package to trash, OS cleans everything else up. | 2017-11-16T16:58:10.000337 | Bradly | pythondev_help_Bradly_2017-11-16T16:58:10.000337 | 1,510,851,490.000337 | 100,602 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.