Note |
---|
This page has been superseded by the following |
...
This page highlights the interplay between using Python and Miniconda on the Beartooth cluster, and how pip/conda install
work alongside each other.
...
As a best practice, we would suggest forcing the pip install
to locate the package installations into your conda environment folder location and not you home folder.
Setting PYTHONUSERBASE
Previously, the simplest way to do this is to set the following environment variable:
...