You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
We expect the Conda bin/activate (Unix) Scripts/activate.bat (Windows) to exist when running Cate Desktop with a Cate environment
It seems, the activate scripts are installed if also conda is installed. So the preferred way to fix this issue is adding a conda dependency to cate and cate-cli.
Actual behavior
If cate or cate-cli is installed into a new environment using conda (not the installer), the activate scripts as well as conda are missing.
Expected behavior
We expect the Conda
bin/activate
(Unix)Scripts/activate.bat
(Windows) to exist when running Cate Desktop with a Cate environmentIt seems, the activate scripts are installed if also
conda
is installed. So the preferred way to fix this issue is adding aconda
dependency tocate
andcate-cli
.Actual behavior
If
cate
orcate-cli
is installed into a new environment usingconda
(not the installer), the activate scripts as well asconda
are missing.Steps to reproduce the problem
--> will exit with error code, because
./Scripts/activate.bat
cannot be found.Specifications
Cate 1.0 to 2.0.0.dev4
The text was updated successfully, but these errors were encountered: