-
Participants were starting new shells (new terminal sessions) and losing any explicitly set `BTP_USERNAME` and `BTP_PASSWORD` values, in Codespace-based or Dev Container (without `devcontainer.env`) b…
-
must add sudo docker stop $(docker ps -a -q) this horrendous to type
-
@greghbauer, @craigsteffen
The Configuring Your Account section under Account Administration on the wiki page seems a little incomplete. I also cannot tell what section the 'SLURM batch' link is sup…
-
_setup.sh_ adds path to _.bashrc_ but uninstall appears not to remove it?
-
Hi @tzuhanchang ,
This is what works for me to compile (using python3.9 inside a conda environment):
```
wget https://lhapdf.hepforge.org/downloads/?f=LHAPDF-6.5.4.tar.gz -O LHAPDF-6.5.4.tar.gz…
-
**Describe the bug**
When I start my casa-dev env, the following error message occurs :
`/.singularity.d/runscript: 91: /home/souedet/.bashrc: Bad substitution`
The error is because dash is the def…
-
When installing Micromamba by calling the installation script within a file that is processed by docker build, error messages occur.
Micromamba has been installed once for root and once for a non-r…
ifrh updated
16 hours ago
-
I've been using this pattern to avoid having to automat editing sections of the profile scripts for various tools/configs. I'm open to suggestions
-
### Windows Version
Microsoft Windows [Version 10.0.22631.4169]
### WSL Version
2.2.4.0
### Are you using WSL 1 or WSL 2?
- [X] WSL 2
- [ ] WSL 1
### Kernel Version
5.15.153.1
### Distro Vers…
-
In IDEasy we currently define `ide` as an alias to sourcing a script.
For auto-completion we also hook in via a sourced bash script (`source $IDE_ROOT/_ide/completion`).
With #778 a new such command…