dotenv
backup_and_update_dotfiles(etcpath, oldetc, configs)
¶
Updates dotfiles
Source code in hpcman/hpcman/user/dotenv.py
check_etcpath(etcpath)
¶
Checks for expected files in etcpath.
Source code in hpcman/hpcman/user/dotenv.py
make_backup(fn)
¶
Makes backup of provided file.
Source code in hpcman/hpcman/user/dotenv.py
run_gmes_setup()
¶
set_augustus()
¶
Updates AUGUSTUS_CONFIG_PATH to value within the HPCMAN_USER_PREFIX directory.
Source code in hpcman/hpcman/user/dotenv.py
set_default_channels(pixi_home, pixi_cache, cpuarch)
¶
Sets default pixi channels in the pixi config.toml file.
Source code in hpcman/hpcman/user/dotenv.py
set_rlibs()
¶
Updates R_LIBS_USER to value within the HPCMAN_USER_PREFIX directory.
Source code in hpcman/hpcman/user/dotenv.py
setup_envfile(config)
¶
Enables hpcman to update hpcman-managed config files for users.
Source code in hpcman/hpcman/user/dotenv.py
163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 |
|