...
If initializing conda worked correctly, we can then create a new conda environment. With the '--prefix' flag we 're are creating an environment by specifying a location for instead of a name - named environments will get removed between sessions. You can change the location '~/myenv' to anything you might want.
...