Skip to content

Commit 27bc499

Browse files
authored
noting that make env creates the env in the cwd
1 parent 23a91a8 commit 27bc499

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,16 @@ Or on Windows, use the following instead from a CMD prompt::
5757
> .\env\bin\activate
5858

5959
This makefile target is included for convenience. It uses ``conda`` and installs packages from ``conda-forge``.
60+
It also uses the `-p` flag with `conda create`, creating a `./env` folder containing the environment.
6061

61-
Using a different environment name
62-
""""""""""""""""""""""""""""""""""
63-
If you prefer a different name for your environment, you may pass the environment name as
62+
Using a different environment folder name
63+
"""""""""""""""""""""""""""""""""""""""""
64+
If you prefer a different path for your environment, you may pass the environment path as
6465
a parameter to make::
6566

6667
$ make ENV=myEnv env
6768

68-
You could then activate the environment created at ``myEnv``.
69+
You could then activate the environment created at ``./myEnv``.
6970

7071

7172
Using a different environment management tool

0 commit comments

Comments
 (0)