Thanks for the suggestions, Peter and Jamie!

I needed to first install anaconda, then ggplot:

    conda create -n py34 python=3.4 anaconda
    source activate py34
    conda install -c conda-forge ggplot

Otherwise (at least in my case on Ubuntu 16) conda will give this cryptic
error:

    conda create -n py34 python=3.4 ggplot
    Fetching package metadata .........
    PackageNotFoundError: Package not found: Conda could not find '

I've updated the problems and solutions page with the `pip` and conda
environment solution:
https://github.com/swcarpentry/workshop-template/wiki/Configuration-Problems-and-Solutions

Have a nice weekend,
Pariksheet
_______________________________________________
Discuss mailing list
[email protected]
http://lists.software-carpentry.org/listinfo/discuss

Reply via email to