Re: Creating a Virtual Environment

2015-07-08 Thread memilanuk
Generally when using Anaconda, they recommend you use their tool (conda) which works very well. It kind of incorporates the functions of pip and virtualenv together. If you already have the path to the anaconda python prepended to your path, the source...activate command shouldn't really be d

Creating a Virtual Environment

2015-07-07 Thread hemla21
Dear all, I have made a python program which I would like to be able to install on to linux machine. I want my python code to be able to use a standalone python with the libraries installed. The code works with python3.4 and above and uses h5py and numpy packages. I was looking at the optio