본문 바로가기
카테고리 없음

python mysql설치

by 데이터 퍼즐 2021. 7. 25.
반응형

env 가상환경 설정

 

/.bash_profile

~/.bash_profile

source. bash_profie(확인)

 

#install python  

pyenv install 3.6.9

pyenv versions

 

#virtualenv

sudo apt-get install -y python-virtualenv

pyenv virtualenv 3.6.9 python3

pyenv global python3

 

#autoenv

git clone git://github.com/kennethreitz/autoenv.git ~/.autoenv

echo 'sorce~/autoenv/activate.sh~-> .bash_profile

source.bash_profile

mkdir python3

 

반응형

댓글