30 | | 'my_root' is the name of environment that you decide. |
31 | | Then, |
| 30 | 'my_root' is the name of environment that you decide. |
| 31 | |
| 32 | 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.) |
| 33 | |
| 34 | In particular, if you encounter errors during python module import, then you should unset PYTHONPATH prior to activating your conda environment. |
| 35 | |
| 36 | Hence, |