Never forget to activate that virtualenv or set that environment variable ever again...
-
Install pyenv
brew install pyenv
| kubectl run -i --rm --tty photonos-on-host --overrides=' | |
| { | |
| "spec": { | |
| "containers": [ | |
| { | |
| "name": "photonos-on-host", | |
| "image": "photon:3.0", | |
| "args": ["bash"], | |
| "stdin": true, | |
| "stdinOnce": true, |
| kubectl run -i --rm --tty photonos-on-host --overrides=' | |
| { | |
| "spec": { | |
| "containers": [ | |
| { | |
| "name": "photonos-on-host", | |
| "image": "photon:3.0", | |
| "args": ["bash"], | |
| "stdin": true, | |
| "stdinOnce": true, |