I have been trying to get a new environment setup from our database vendor at work, and I seem to have messed everything up – creating two separate installations, various environments that don’t talk to each other, and channels that some times I can access and some times I cannot. I can’t make heads or tails of it, and really could use some one to walk me back, and get everything squared away. I had, at one point this week, everything square from the vendor, but when I went to create a trimmed down version to send to my team, and tested it, it blew up on me.
Here is what I think I know about what I have setup.
- Everything is Anaconda3
- I think initially, 2 years ago, I installed via Anaconda Professional, so somewhere, I have a token, and somehow, that token is unreadable by some channels, and I get 403 errors when trying to setup new environments.
- Last week, when I thought I uninstalled it, and re-installed, I installed python distribution in what appears to be a different location (I am unsure as to which is which)
- when I do
conda env list
I am showed the following environments
** /Users/~/opt/anaconda3
** /Users/~/opt/anaconda3/envs/getting_started_snowpark_python {this is the one built from the vendors instructions}
** /opt/anaconda3 (base)
** /opt/anaconda3/envs/snowpark_python {this is the one I created from within anaconda-navigator} - I can use
conda activate snowpark_python
from base and vice versa, but I cannot activate thegetting_started_snowpark_python
environment
** I could do this yesterday prior to creating the 4th environment
Ideally, I want to blow it all up and just have one installation, with one base env, and then I will start over with the env setup, but I would like to understand how/why I arrived at this mess, so I don’t repeat it.
Thank you to anyone who responds. I’m under some pressure to get this package out to the team for prep work prior to our team kick off later in the month.