[Cloud] Re: Kubernetes-based jobs engine -- how to use Python virtual environments?

2022-04-05 Thread David Caro
You can use the one used for k8s on the bastion too, the thing is that the k8s environment expects it to be in a specific path, that is `$HOME/pyenv/`. Now, that might not work if the python version in the bastion is too different from the one the k8s job has, so you might have to have two

[Cloud] Re: Kubernetes-based jobs engine -- how to use Python virtual environments?

2022-04-05 Thread Martin Urbanec
Hello everyone, Thanks for the suggestion. Does this mean that I have to maintain 2 virtual environments (one for bastion and the other one for k8s pod my code will actually run in)? Martin po 4. 4. 2022 v 10:06 odesílatel Arturo Borrero Gonzalez < aborr...@wikimedia.org> napsal: > > > On