Environments Create Creating en environment allows the user to define python version and custom packages conda create –name my_app package1 package2 conda create –name my_app python=2.7 package1 package2 Example: Create the environment my_app and install...
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok