File: config.sh

package info (click to toggle)
python-easy-ansi 0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 488 kB
  • sloc: python: 3,109; sh: 127; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# Variables for developer scripts to utilize

CONDA_BIN_DIR="/work/miniconda/bin"
CONDA_DEV_ENV="easy-ansi_env"
DEV_DIR="/data/joey/development/easy-ansi"

SRC_DIR="${DEV_DIR}/easyansi"
TESTS_DIR="${DEV_DIR}/tests"
DEMOS_DIR="${DEV_DIR}/demos"
BUILD_DIR="${DEV_DIR}/build"
DIST_DIR="${DEV_DIR}/dist"