Building a Python 3 Conda Environment

Feb 25, 2019 12:45



At the command line create your new environment, here called “mypython3” but you can call it what you wish:

conda create -n mypython3 python=3

To activate the environment:

source activate mypython3

https://salishsea-meopar-docs.readthedocs.io/en/latest/work_env/python3_conda_environment.html

работа, links

Previous post Next post
Up