반응형
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
반응형
댓글