Skip to content
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

fmriprep-docker: Support Python 2/3 without future or other helpers #1082

Merged
merged 8 commits into from May 1, 2018

Conversation

effigies
Copy link
Member

Fixes #1079

command: |
pip install future numpy
conda create -n py2 python=2.7
source activate py2
Copy link
Member Author

Choose a reason for hiding this comment

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

Apparently we don't have conda inside the Circle containers. @oesteban is there a good way to install a Py2- or Py3-specific environment in these containers besides installing miniconda? (I'm not sure how flexible normal venvs are.)

@effigies effigies force-pushed the py2/simplify_wrapper branch 6 times, most recently from a9a739f to b710ddd Compare May 1, 2018 02:52
@effigies
Copy link
Member Author

effigies commented May 1, 2018

From previous commit, should be working. Added some debug echoes to verify and running the full test suite, just in case.

@effigies effigies merged commit 057fa41 into nipreps:master May 1, 2018
@effigies effigies deleted the py2/simplify_wrapper branch May 1, 2018 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant