Travis Hathaway

Results 201 comments of Travis Hathaway

@wyfSunflower, Thanks for that information. My next tip for you would be to copy the base environment to a new one: ``` conda create --clone base --name new-env --yes --offline...

This is another piece of our documentation that might be helpful for you too: - https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/settings.html#default-channels-default-channels You could in theory set up a local package repository and use the above...

Hi @milongo, Thanks for filing this. I've tried to recreate this issue on both macOS and Linux with no luck. Here are the steps I took: 1. Create a new...

Hi @milongo, I think we have narrowed in on what the problem is: ``` conda run -n test ./test.py -vvv ``` This will cause conda to spit out debugging information....

Hi @h21ak9, Thanks for filing this issue. I'm just curious, what happens when you attempt to update conda with a user that is in the "Anaconda-Users" group? It seems like...

@itcarroll, Please see my pull request: - https://github.com/conda/conda/pull/13635 This integrates this feature a little more tightly into conda than what was done in your proposed plugin (https://github.com/conda-forge/staged-recipes/pull/24506)

@itcarroll, Yes, you can set it in the `.condarc` file: ```yaml no_python_user_site_packages: true ``` or even as an environment variable: ```bash export CONDA_NO_PYTHON_USER_SITE_PACKAGES=true ```

@mfansler, I agree with that, but we try to be conservative when introducing changes that could potentially disturb how environments function. @jezdez and @kenodegard, Could we use our deprecation policy...

Hi @Zhangyanbo, Thanks for filing this issue. This is a particularly tricky issue to recreate, so it will make finding a solution a little more difficult. But, there is definitely...

Adding https://github.com/conda/conda/labels/pending%3A%3Adiscussion to signal we are still looking for an appropriate solution to this bug.