From 865db12703caa8ba09173ea2758a36e60454cd6e Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Mon, 4 Sep 2023 08:13:48 +0100 Subject: [PATCH] python: switch between local versions --- .../Python/Concepts/Switch_between_Python_vers.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Programming_Languages/Python/Concepts/Switch_between_Python_vers.md diff --git a/Programming_Languages/Python/Concepts/Switch_between_Python_vers.md b/Programming_Languages/Python/Concepts/Switch_between_Python_vers.md new file mode 100644 index 0000000..0eb7a0c --- /dev/null +++ b/Programming_Languages/Python/Concepts/Switch_between_Python_vers.md @@ -0,0 +1,11 @@ +--- +categories: + - Programming Languages +tags: [python] +--- + +# Switch between Python versions locally + +``` +pyenv local 3.8 +```