Changes between Version 9 and Version 10 of cypress/AnacondaInstallPackage


Ignore:
Timestamp:
07/12/23 21:26:35 (10 months ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/AnacondaInstallPackage

    v9 v10  
    3838'my_root' is the name of the environment that you decide.
    3939
    40 Also, in general in conda environments, python should not be using PYTHONPATH. (For more information, see https://conda.io/projects/conda/en/latest/user-guide/troubleshooting.html#conda-reports-that-a-package-is-installed-but-it-appears-not-to-be.)
     40Also, in general in conda environments, python should not be using PYTHONPATH. (For more information, see [https://conda.io/projects/conda/en/latest/user-guide/troubleshooting.html#conda-reports-that-a-package-is-installed-but-it-appears-not-to-be here].)
    4141
    4242In particular, if you encounter errors during python module import, then you should unset PYTHONPATH prior to activating your conda environment.
     
    4848source activate my_root
    4949}}}
     50(When you get an error "!CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'", see [https://stackoverflow.com/questions/61915607/commandnotfounderror-your-shell-has-not-been-properly-configured-to-use-conda here])
    5051
    5152Finally, you can install the package,