| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Remove PATH modification from check_pathvar
* Rename check_pathvar to check_system_path
* Add conda_prepend_bin function to handle PATH modification during activation
* Add logic to handle first-run activation, and subsequent calls to change conda environments (otherwise conda clobbers its own shell functions)
* Use $CONDA_PYTHON_EXE and $CONDA_EXE to ensure conda comes from the just-installed tree
|
| |
|
|
|
|
| |
* This needed to be one line up, otherwise the next function would not be able to import conda
|
|
|
|
| |
* From (char *) to (void)
|
|
|
|
| |
* delivery_gather_tool_versions now returns non-zero if unable to determine a tool's version
|
| |
|
|
* Move core library sources into src/lib/core
* Move command-line programs into src/cli
|