Skip to content

DOC: add source activate for older versions of Anaconda and fix a typo #19282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 19, 2018

Conversation

del82
Copy link
Contributor

@del82 del82 commented Jan 17, 2018

In the contrib docs, conda activate should be source activate, and there was also an extraneous period after the "continuous integration" heading.

@@ -170,7 +170,7 @@ We'll now kick off a three-step process:

# Create and activate the build environment
conda env create -f ci/environment-dev.yaml
conda activate pandas-dev
source activate pandas-dev
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note that conda activate is not actually a typo, you just do this in newer versions of conda. can you update so both are here? (its ok that source activate is the primary).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I stand corrected-- looks like conda activate was added around version 4.4.

@jreback jreback added the Docs label Jan 18, 2018
@jreback jreback added this to the 0.23.0 milestone Jan 18, 2018
@del82 del82 force-pushed the contribution-docs-typos branch from 36d1b0f to 2c08412 Compare January 18, 2018 14:09
@del82 del82 changed the title DOC: fix two typos in contribution documentation DOC: add source activate for older versions of Anaconda and fix a typo Jan 18, 2018
@@ -171,6 +171,8 @@ We'll now kick off a three-step process:
# Create and activate the build environment
conda env create -f ci/environment-dev.yaml
conda activate pandas-dev
# or with older versions of Anaconda:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a blank line here, otherwise lgtm.

@codecov
Copy link

codecov bot commented Jan 19, 2018

Codecov Report

Merging #19282 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #19282   +/-   ##
=======================================
  Coverage   91.54%   91.54%           
=======================================
  Files         148      148           
  Lines       48870    48870           
=======================================
  Hits        44737    44737           
  Misses       4133     4133
Flag Coverage Δ
#multiple 89.91% <ø> (ø) ⬆️
#single 41.66% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4086e42...7c1e95d. Read the comment docs.

@jorisvandenbossche jorisvandenbossche merged commit 93dd55e into pandas-dev:master Jan 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants