forked from conda/conda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the checkout step in the Windows dev env setup instruction
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,9 +87,6 @@ In these steps, we assume `git` is installed and available on `PATH`. | |
cd "%CONDA_PROJECT_ROOT%" | ||
git remote add %GITHUB_USERNAME% [email protected]:%GITHUB_USERNAME%/conda | ||
|
||
To be sure that the conda code being interpreted is the code in the project directory, | ||
look at the value of `conda location:` in the output of `conda info --all`. | ||
|
||
3. Create a local development environment, and activate that environment | ||
|
||
.\dev\start.bat | ||
|
@@ -98,6 +95,9 @@ In these steps, we assume `git` is installed and available on `PATH`. | |
the environment already exists, this command will just quickly activate the | ||
already-created `.\devenv` environment. | ||
|
||
To be sure that the conda code being interpreted is the code in the project directory, | ||
look at the value of `conda location:` in the output of `conda info --all`. | ||
|
||
|
||
## Conda Contributor License Agreement | ||
|
||
|