Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Activate script missing after "cate-cli" package installation #569

Closed
forman opened this issue Mar 18, 2018 · 1 comment
Closed

Activate script missing after "cate-cli" package installation #569

forman opened this issue Mar 18, 2018 · 1 comment

Comments

@forman
Copy link
Member

forman commented Mar 18, 2018

Expected behavior

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.

Steps to reproduce the problem

> conda create -n cate-test python=3
> activate cate-test
> conda install -c ccitools -c conda-forge cate-cli=2.0.0.dev4
> cate-cli

--> will exit with error code, because ./Scripts/activate.bat cannot be found.

Specifications

Cate 1.0 to 2.0.0.dev4

@forman forman self-assigned this Mar 18, 2018
@forman forman added the blocker label Apr 17, 2018
@forman
Copy link
Member Author

forman commented Apr 20, 2018

I put the conda dependency back again

@forman forman closed this as completed Apr 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant