File size: 234 Bytes
1d777c4
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/sh
_CONDA_ROOT="/home/simon/prog/text-generation-webui/installer_files/conda"
# Copyright (C) 2012 Anaconda, Inc
# SPDX-License-Identifier: BSD-3-Clause
\. "$_CONDA_ROOT/etc/profile.d/conda.sh" || return $?
conda activate "$@"