I want to use an embedded version of Python, but I also want to use the Anaconda distribution.
I need some help setting up my environment. I want to create a custom conda environment with the latest embedded Python version. I’ve already installed Anaconda, and I’ve got an embedded version of Python. I’ve created a conda environment using the latest Python version.
Now I want to replace the conda environment’s Python interpreter with the embedded Python version. This involves copying the embedded Python files into the conda environment directory. How can I do this from the Anaconda Prompt?
How can I ensure my environment variables and PATH are correctly set to use the new embedded Python interpreter? Will I need to modify the PATH variable to prioritize the preferred interpreter?