Skip to content

misostack/python2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 2021

  1. Multiple version
curl https://pyenv.run | bash

WARNING: seems you still have not added 'pyenv' to the load path.

# Load pyenv automatically by adding
# the following to ~/.bashrc:

export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"

pyenv install --list | grep " 3\.[6789]"

pyenv install -v 3.7.2
pyenv install -v 3.9.1

Training Course

1.Beginner

2.Novice

3.Intermediate

4.Advanced

5.Expert

Refs

Releases

No releases published

Packages

No packages published

Languages