Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97992
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2015-10-29 01:44 -0700 |
| References | <n0qe0v$qdu$1@speranza.aioe.org> |
| Message-ID | <61a8da80-0f5b-4c79-a80f-bb675a662a1f@googlegroups.com> (permalink) |
| Subject | Re: Is it ok to install python binaries on a network drive? |
| From | harirammanohar159@gmail.com |
On Wednesday, 28 October 2015 17:41:49 UTC+5:30, Fabien wrote: > Folks, > > for a course I am teaching I thought about following solution to get > everybody have the same environment: I installed python 3.4 and the > packages I need (mostly SciPy stuffs) with miniconda (a scientific > version of pip + virtualenv merged together) on a network folder. The > students have r+x access to it. > > The students will log in on their local machine, add the network folder > (e.g. /scratch/fabiens_folder/bin/) to their $PATH and everything seems > to work (I just tried it). > > The first "import numpy" takes a bit more time than when the package is > installed locally, but after the first import it seems to work as expected. > > My question is: what will happen when about 20 students will do the same > at the same time? I know too little about what's going under the hood > with an "import X" command to be able to predict problems that might occur. > > If that matters: the network storage where python is installed and the > place where the course take place are located in the same university, so > that the network communication *should* be quite fast. > > Thanks for your thoughts, > > Fabie Actually you can do one thing, instruct your students to download the package to local and start programming for a session, so that updated package has to be available on every ones desktop....
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Is it ok to install python binaries on a network drive? Fabien <fabien.maussion@gmail.com> - 2015-10-28 13:11 +0100
Re: Is it ok to install python binaries on a network drive? harirammanohar159@gmail.com - 2015-10-29 01:44 -0700
Re: Is it ok to install python binaries on a network drive? Fabien <fabien.maussion@gmail.com> - 2015-10-29 11:42 +0100
Re: Is it ok to install python binaries on a network drive? Steven D'Aprano <steve@pearwood.info> - 2015-10-29 23:07 +1100
Re: Is it ok to install python binaries on a network drive? Fabien <fabien.maussion@gmail.com> - 2015-11-04 09:39 +0100
csiph-web