-
Notifications
You must be signed in to change notification settings - Fork 38
Build python virtual environments. #249
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
Conversation
Change-Id: Icea70f75d4a9a06d8d977a99f2941512751849a9
…EADME.md. Change-Id: I7bf4c8cf071843fca90e1e024402ca3290fa6b0d
Change-Id: I1676b228b20ad3988ab296edd553b8f4755939d1
Change-Id: I52fa546da9847b1d28c44a4f1ba4c350079575e1
|
@kgerheiser |
|
Are the JEDI repositories private? I tried building r2d2, but it asks for a Github password. |
|
Yes. They are private at the moment and hence the build is turned OFF. |
|
thanks @kgerheiser |
|
We are going to move from hpc-stack to spack for distributing our libraries. How will this capability be transitioned? |
|
That is for you to figure out. |
I am surprised to hear that the decision to move to spack was already made, but maybe I misunderstood the discussion yesterday. I think it is a good approach, but it needs more testing (we have roadmap for it) and it's not set in stone yet. Whatever we agree on, there'll be a lot of things that need to be transitioned (by someone). |
This PR:
To load a python virtual env. is the same as loading any other library or utility. Loading the module will place the user in the python virtual env. (akin to
source venv/bin/activate). Unloadingdeactivate's the virtual environment.Also in this PR,
stack/fromconfig/requirements.txtfiles will be placed underpyvenv/README.mdon how to add a virtual environment and correct paths for JEDI dependencies