Open eromano96 opened 1 year ago
This looks like your conda
-installed packages do make it into your $PATH
variable. Unfortunately, this looks like a general problem of your conda
installation. If you provide more detailed output and check if other conda
packages work, we could look into that again.
This issue is set to auto-close in 7 days if no further updates would be detected.
I was trying to install xtb software on Debian 11 WSL on Windows 10 by following the instrcutions at the link https://xtb-docs.readthedocs.io/en/latest/setup.html. After conda install xtb command, if I type xtb --version, it returns "-bash: xtb: command not found". On the other hand, if type "conda install xtb", it returns "# All requested packages already installed". How can I solve this problem? E. Romano