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
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