Explore >> Select a destination


You are here

vsupalov.com
| | blog.nuculabs.de
8.1 parsecs away

Travel
| | Hello, ?? In this article I will show you how to install Python versions on Linux using the following methods: compiling from source, dead snakes ppa and pyenv. To make things easier, if you want to follow along in an environment that you can break, you can create a local Kubernetes cluster using Minikube. Next, I'm going to use the following yaml file to create an Ubuntu pod: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 apiVersion: v1 kind: Pod metadata: name: ubuntu labels: app: ubuntu spec: containers: - image: ubuntu command: - "sleep" - "604800" imagePullPolicy: IfNotPresent name: ubuntu restartPolicy: Always Save the above yaml in a file ubuntu_pod.yaml and run:
| | ariya.io
7.9 parsecs away

Travel
| | In the earlier blog post, I mentioned the use of Nix as a package manager on OS X. In this follow-up, you will witness the power of Nix to create isolated development environments.
| | www.janmeppe.com
10.0 parsecs away

Travel
| | In this blog post, I'll tell you how to add a new kernel to your Jupyter notebook in just 3 simple steps.
| | osarch.org
58.6 parsecs away

Travel
| Google Summer of Code is an annual programme that helps students and those new to open source software make their first steps into contributing code to software projects. GSoC Contributors Read more