Specify Which Version of Python to Use Anaconda
You should download the version that matches your devices compatibility as Anaconda is available for both 64-bit and 32-bit machines. Type conda search python to see the list of available python versions. Virtual Environments In Anaconda Jupyter Notebook Virtual Environment Data Analyst Environment Click the Create button. . Make sure to install the Python 36 Version for the appropriate architecture. Specific versions can be specified by adding after the package name. You have the option to download a 32 or 64 bit versionmost modern laptops or desktops can safely use the 64-bit version. The Python 27 version is PySimpleGUI27. Conda create -n local python27 numpy116. Now replace the envname with the name you want to give to your virtual environment and replace xx with the python version you want to use. To create your environment type conda create-n python37 anaconda where is the name you want to give your....