ucberkeley / bce

Berkeley Common Environment provides a common Linux computational environment for classwork and research.
Apache License 2.0
13 stars 6 forks source link

Make miniconda py34 available in PyCharm #38

Open davclark opened 9 years ago

davclark commented 9 years ago

I don't know exactly how to do this without the GUI, but I can probably figure it out. The best interpreter link would be ~oski/miniconda/envs/py34/bin/python3.4

ryanlovett commented 9 years ago

That seems to be the recommend method, but it'd be cleaner if we could automate it.

Manually adding the miniconda interpreter causes PyCharm to update a database of python skeletons which takes a while.

davclark commented 9 years ago

I'd lean towards having the update happen at build time... even if it adds 15 minutes. Otherwise, this is the kind of thing that slows down a 1 hour workshop!