Miniconda3: Notes on Virtual Environments
Proceeding to implement and test python based AI projects from github has necessitated some seriously finicky python version dependency management. Initially I was using venv
however, this became unwieldy in some cases and am now experimenting with miniconda3
.
- https://hpc.research.uts.edu.au/software_general/python/python_miniconda/ — Some info on miniconda3
- https://hpc.research.uts.edu.au/software_general/python/python_miniconda/#minicondas-initialize-changes — Info describing how to activate the conda environment (want to leave shell as pristine as possible while still implementing virtualization with miniconda3)
A shell script and symbolic link were created to facilitate running the conda.sh
script with the command startconda
.
Now back to the TriplePlaneGaussian Odyessy…