I created a virtual environment in Conda for 2.7 named PY27 using the method of this thread:
How to run Spyder in virtual environment?
I have currently Python 3.7 installed and I wanted to emulate 2.7. However, although the environment looks as if it's working in the Anaconda Prompt switching correctly to the new PY27, in Spyder I still see 3.7. In addition, I keep receiving this message: "Note: you may need to restart the kernel to use updated packages."
I have tried to use the
conda init powershell
command but I still receive the same message.
Thank you very much in advance for your help!