Changes between Version 9 and Version 10 of cypress/AnacondaInstallPackage
- Timestamp:
- 07/12/23 21:26:35 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/AnacondaInstallPackage
v9 v10 38 38 'my_root' is the name of the environment that you decide. 39 39 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.)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 here].) 41 41 42 42 In particular, if you encounter errors during python module import, then you should unset PYTHONPATH prior to activating your conda environment. … … 48 48 source activate my_root 49 49 }}} 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]) 50 51 51 52 Finally, you can install the package,