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 +```