mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
Removing URL prefix for local URLs in blog posts
This commit is contained in:
parent
b02794d677
commit
6dc8bfbb89
21 changed files with 23 additions and 23 deletions
|
@ -5,7 +5,7 @@ draft: false
|
|||
tags: ["Python"]
|
||||
---
|
||||
|
||||
I enjoy both managing my Python versions with [pyenv](https://brandonrozek.com/blog/pyenv/) and the literate programming environment [Jupyter lab](https://jupyter.org/). Luckily we can easily manage Python virtual environments via iPython kernels.
|
||||
I enjoy both managing my Python versions with [pyenv](/blog/pyenv/) and the literate programming environment [Jupyter lab](https://jupyter.org/). Luckily we can easily manage Python virtual environments via iPython kernels.
|
||||
|
||||
We're going to start off with our base Python interpretor
|
||||
```bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue