Skip to content

jackLi-2024/python_install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

step1.  modify bin/install_python_env_centos.sh
	python_version=3.6.5    # give a python version
	python_file=python3		# python binary file
	pip_file=pip3			# python binary file
	version_command=python3	# python command setting
	pip_command=pip3		# pip command setting

step2.  start install command
	sh ./bin/install_python_env_centos.sh

step3.  test
	Please input command in your terminal
		python3 --version
		pip3 --version

About

centos自动安装python环境

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages