Installing_Anaconda_Tensorflow
Installing_Anaconda_Tensorflow
avec Python
Steps:
1. Visit Anaconda.com/downloads
2. Select Windows and Download the .exe installer (Python 3.7 version)
3. Open and run the .exe installer
4. Follow the installation instructions
5. Open the Anaconda Prompt and run some code
Follow the steps below to install the Anaconda distribution of Python on MacOS.
Steps:
1. Visit Anaconda.com/downloads
2. Select MacOS and Download the .dmg installer (Python 3.7 version)
3. Open the .dmg installer
4. Follow the installation instructions
5. Open a terminal and type python and run some code
Ubuntu 18.04 comes pre-installed with Python (Version 3.6) and legacy Python
(Version 2.7). You can confirm the legacy version of Python is installed by opening
up a terminal.
Steps:
1. Visit Anaconda.com/downloads
2. Select Linux and Download the .sh installer (Python 3.7 version)
3. Verify the Data Integrity of the installer
5. Selection options
6. Activate installation
Steps:
Open your main Terminal (Linux OS or MacOS) or the Anaconda Prompt (Windows
OS) and enter the following commands (step by step):
activate tensorflow