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.
Signed-off-by: Kale Franz <[email protected]>
- Loading branch information
Showing
4 changed files
with
92 additions
and
101 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 |
---|---|---|
|
@@ -25,4 +25,8 @@ record.txt | |
Vagrantfile | ||
docs/_build | ||
env/ | ||
dev-init.bat | ||
devenv/ | ||
Miniconda*.sh | ||
miniconda*.sh | ||
.pytest_cache/ |
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
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 |
---|---|---|
|
@@ -588,12 +588,12 @@ def configure_parser_init(sub_parsers): | |
# # Write commands to stdout, suitable for bash `eval`, that sets up the current | ||
# # shell as a dev environment. | ||
# | ||
# $ git clone [email protected]:conda/conda ~/conda | ||
# $ curl -L https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \ | ||
# -o ~/Miniconda3-latest-Linux-x86_64.sh | ||
# $ bash ~/Miniconda3-latest-Linux-x86_64.sh -bfp ~/conda/devenv | ||
# $ cd ~/conda | ||
# $ eval `./devenv/bin/python -m conda init --dev bash` | ||
# $ CONDA_PROJECT_ROOT="~/conda" | ||
# $ git clone [email protected]:conda/conda "$CONDA_PROJECT_ROOT" | ||
# $ cd "$CONDA_PROJECT_ROOT" | ||
# $ wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh | ||
# $ bash Miniconda3-latest-Linux-x86_64.sh -bfp ./devenv | ||
# $ eval "$(./devenv/bin/python -m conda init --dev bash)" | ||
# | ||
# | ||
# """) | ||
|
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