Set up local python virtual environment

Simon Heath sheath at andrew.cmu.edu
Mon Nov 13 12:57:06 EST 2017


Hi Yotam,

The tool you want to be using is `virtualenv`, which should be installed on
all the compute nodes.  Documentation is here:
https://virtualenv.pypa.io/en/stable/

It allows you to easily install whatever python packages you need in a
subdirectory, so you can install things without needing root permissions.
I recommend just making a shell script for each project to create a
virtualenv with any packages you need to install.

Simon

On Mon, Nov 13, 2017 at 12:37 PM, Yotam Hechtlinger <yhechtli at andrew.cmu.edu
> wrote:

> Hello Everyone,
>
> I'm a new user to the Autonlab, right now setting up a working
> environment.
> Predrag has told some user might have scripts installing most of the
> relevant python packages to do neural network computations.
>
> I wonder if anyone can share one of those?
> It will greatly save me configuration time.
>
> Thanks a lot,
> Yotam.
>
>


-- 
Simon Heath, Research Programmer and Analyst
Robotics Institute - Auton Lab
Carnegie Mellon University
sheath at andrew.cmu.edu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.srv.cs.cmu.edu/pipermail/autonlab-users/attachments/20171113/f2413018/attachment.html>


More information about the Autonlab-users mailing list