[Tutor] subprocess.Popen()

2018-12-02 Thread Dave Hill
I am a volunteer at a Heritage Railway in N.Wales and, amongst other things, I provide electronics and software for various exhibits in the museum. I use the Raspberry Pi to provide various video presentations, employing the omxplayer. I am in the process of updating an application known as th

[Tutor] Wrap a pipe to get text mode

2018-12-02 Thread Avi Gross
Brief(er) message on topic: Someone was having a problem that was traced to their use of a pipe to communicate between tasks that normally passes data in binary mode. They were offered solutions on how to convert the data that should work fine. I am offering a different solution from the Lu

Re: [Tutor] Moving a conda environment to an off-line computer

2018-12-02 Thread Matt Ruffalo
Hi Henrique- It is quite easy to transfer an Anaconda installation from one machine to the other by copying all of the files -- I have done this repeatedly with cluster compute environments. It is sometimes nicer to run `conda upgrade --all` in a local VM and then `rsync` the updated Anaconda inst