YeoLab / gscripts

General Use Scripts and Helper functions
MIT License
17 stars 18 forks source link

Update TSCC bashrc to latest Anaconda distribution #52

Closed olgabot closed 9 years ago

olgabot commented 9 years ago

Because of the python craziness, I've re-installed the latest version of Anaconda on TSCC. This pull request changes the location of the Anaconda path in the bashrc/tscc_bash_settings_current file.

Everyone will need to re-create their environments, using the instructions from the welcome page. I've tried to make base as complete as possible, with the current master versions of clipper, gscripts and flotilla so people can get started right away. Please let me know if there are any packages missing.

olgabot commented 9 years ago

Here are the full instructions for restoring your python

  1. Pull the latest master from yeolab/gscripts (http://yeolab.github.io/welcome/tscc.html#get-gscripts-access-to-software)
  2. Source your .bashrc file ("source ~/.bashrc")
  3. Create a new virtual environment (http://yeolab.github.io/welcome/tscc.html#make-a-virtual-environment-on-tscc)

Please let me know if you run into any issues.