0
I usually use python through Miniconda, but due to some projects I had to download Node.js directly from the site (without using the Agreement for this) and it installs the latest version of python because it does not recognize what exists inside Miniconda. Thereby:
- How do I deal with this python that was installed when downloading Node in order to use only Miniconda? (just remove it from the PATH?)
- What are the differences in downloading Ode via
conda install
and by the direct installer of the site?
Note: When typing where python
he returns me:
C:\Users\henri\Miniconda3\python.exe
C:\Users\henri\AppData\Local\Microsoft\WindowsApps\python.exe
Node.js installing python?
– Woss
In the installer it says that if I need to install some modules, some tools like Python and Visual Studio Build Tools need to be installed, and as I still don’t know exactly what I will need I marked to download
– Henrique