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

anaconda make #29

Closed
sw005320 opened this issue Dec 25, 2017 · 3 comments
Closed

anaconda make #29

sw005320 opened this issue Dec 25, 2017 · 3 comments
Assignees

Comments

@sw005320
Copy link
Contributor

@ShigekiKarita can you include your anaconda based make in Makefile?
If it is complicated, you can prepare different Makefile. Also do you have your own anaconda based path.sh? Is it possible to use one path.sh to handle both venv and anaconda environments?

@ShigekiKarita
Copy link
Member

ShigekiKarita commented Dec 25, 2017

OK, I will do it. It is nice to create env including the specific python interpreters because current venv depends on OS specific python. I think Makefile's venv/bin/activate rule can be as complicated as the following travis-CI script.
https://conda.io/docs/user-guide/tasks/use-conda-with-travis-ci.html#the-travis-yml-file

@ShigekiKarita
Copy link
Member

And I expect path.sh is OK because we can create venv/bin/activate with conda create --prefix $(pwd)/venv or something like that.

@sw005320
Copy link
Contributor Author

I see.

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

No branches or pull requests

2 participants