Closed jrollins closed 4 years ago
epics-base install the ca command line binaries, but they are not available in the default path:
(base) test@servo:~$ ls $EPICS_BASE/bin/linux-x86_64/ acctst camonitor dbdToHtml.pl iocLogServer podRemove.pl aitGen caput dbdToMenuH.pl makeBaseApp.pl podToHtml.pl antelope caRepeater dbdToRecordtypeH.pl makeBaseExt.pl registerRecordDeviceDriver.pl ascheck caRepeater.service dos2unix.pl makeBpt replaceVAR.pl assembleSnippets.pl casw e_flex makeIncludeDbd.pl S99caRepeater caConnTest ca_test excas makeMakefile.pl S99logServer caDirServ catime expandVars.pl makeTestfile.pl softIoc caEventRate convertRelease.pl fullPathName.pl mkmf.pl tap-to-junit-xml.pl caget cvsclean.pl genApps msi useManifestTool.pl cainfo dbdExpand.pl installEpics.pl munch.pl (base) test@servo:~$ caget -bash: caget: command not found (base) test@servo:~$
Please make them available by either installing or linking them into $CONDA_PREFIX/bin. Thanks.
$CONDA_PREFIX/bin
Environment (conda list):
conda list
Details about conda and system ( conda info ):
conda
conda info
Fixed by https://github.com/conda-forge/epics-base-feedstock/pull/6 PATH updated in activate/deactivate scripts to include ${EPICS_BASE}/bin/${EPICS_HOST_ARCH}
${EPICS_BASE}/bin/${EPICS_HOST_ARCH}
epics-base install the ca command line binaries, but they are not available in the default path:
Please make them available by either installing or linking them into
$CONDA_PREFIX/bin
. Thanks.Environment (
conda list
):Details about
conda
and system (conda info
):