- May 17, 2022
-
-
Kostis ANAGNOSTOPOULOS authored
with conda (de)activation- scripts, to pick the actual var values.
-
Kostis ANAGNOSTOPOULOS authored
when it is overridden by `git config vars set PATH` since this command is run BEFORE env has been activated, and the PATH is still the pre-activation one. * feat: put our path 1st in env PYTHON/PATHs.
-
Kostis ANAGNOSTOPOULOS authored
so as to reload terminal-session with all RC-files updated, before creating conda-env (eg `~/.condarc` to speedup things).
-
Kostis ANAGNOSTOPOULOS authored
put conda_init last, the lat one to execute on the 1st run.
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
don't erase its old value.
-
Kostis ANAGNOSTOPOULOS authored
and avoid SLOW conda-forge!
-
- May 16, 2022
-
-
Kostis ANAGNOSTOPOULOS authored
to RUN FASTER (conda takes 10 ' to solve & install its env!!), and to facilitate devs not to fiddle with conda package, always choose pip.
-
Kostis ANAGNOSTOPOULOS authored
as instructed by BDAP docs, to avoid default location, which by default is user's home rc-folder.
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
fix(make): create intermediate dummy rule.
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
running command does not even detect conda installed.
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
* enh: finalize Setup scripts & Instructions. * feat: setup-account.sh --help. * refact: print actions if no args given. * enh: slicence makefile execs.
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
not to be confused with `setup.py`, and to prepare for `setup-project.sh`
-
Kostis ANAGNOSTOPOULOS authored
-
Kostis ANAGNOSTOPOULOS authored
- refact: rename `secrets.py` --> mysecrets.py` - refact: add more, rename & homogenize dir vars with bash ones. - FEAT: +`setup.cfg` +`pyproject.toml` to package lib-code. - feat: add project coordinates in new package(`__init__.py`). - feat: +`LICENSE.txt` of EUPL v1.2 Rational: refactored as package not to pollute/hide standard-lib modules, and, through being pip-installable, to facilitate running scripts from dirs anywhere.
-