wting / autojump

A cd command that learns - easily navigate directories from the command line
Other
16.08k stars 703 forks source link

conda installation #620

Open oplatek opened 3 years ago

oplatek commented 3 years ago

Following the instruction on https://anaconda.org/idaholab/autojump I received following error

(base) ec2-user@ip-10-98-3-69:~$ conda install -c idaholab autojump
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  - autojump 

Current channels:                                              

  - https://conda.anaconda.org/idaholab/linux-64               
  - https://conda.anaconda.org/idaholab/noarch
  - https://repo.anaconda.com/pkgs/main/linux-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/linux-64
  - https://repo.anaconda.com/pkgs/r/noarch

Is it expected to work?