(base) F:>
(base) F:>
(base) F:>conda create -n flappbird python=3.6
Solving environment: done
==> WARNING: A newer version of conda exists. <==
current version: 4.5.4
latest version: 4.8.3
Please update conda by running
$ conda update -n base conda
## Package Plan ##
environment location: N:Anaconda3installenvsflappbird
added / updated specs:
- python=3.6
The following packages will be downloaded:
package | build
---------------------------|-----------------
python-3.6.10 | h9f7ef89_0 20.3 MB
wheel-0.34.2 | py36_0 67 KB
vc-14.1 | h0510ff6_4 6 KB
vs2015_runtime-14.16.27012 | hf0eaf9b_1 2.4 MB
certifi-2019.11.28 | py36_1 157 KB
sqlite-3.31.1 | he774522_0 961 KB
pip-20.0.2 | py36_1 1.9 MB
setuptools-46.1.1 | py36_0 675 KB
------------------------------------------------------------
Total: 26.5 MB
The following NEW packages will be INSTALLED:
certifi: 2019.11.28-py36_1
pip: 20.0.2-py36_1
python: 3.6.10-h9f7ef89_0
setuptools: 46.1.1-py36_0
sqlite: 3.31.1-he774522_0
vc: 14.1-h0510ff6_4
vs2015_runtime: 14.16.27012-hf0eaf9b_1
wheel: 0.34.2-py36_0
wincertstore: 0.2-py36h7fe50ca_0
Proceed ([y]/n)? y
Downloading and Extracting Packages
python-3.6.10 | 20.3 MB | ############################################################################## | 100%
wheel-0.34.2 | 67 KB | ################################################################################################## | 100%
vc-14.1 | 6 KB | ################################################################################################## | 100%
vs2015_runtime-14.16 | 2.4 MB | ################################################################################################## | 100%
certifi-2019.11.28 | 157 KB | ################################################################################################## | 100%
sqlite-3.31.1 | 961 KB | ################################################################################################## | 100%
pip-20.0.2 | 1.9 MB | ################################################################################################## | 100%
setuptools-46.1.1 | 675 KB | ################################################################################################## | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
# $ conda activate flappbird
#
# To deactivate an active environment, use
#
# $ conda deactivate
(base) F:>
(base) F:>