2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-05 21:20:51 +00:00
This commit is contained in:
quadrismegistus 2020-09-22 11:42:31 +01:00
parent 3ce1cb1588
commit abbd99a9bc

View File

@ -103,9 +103,11 @@ then
#$HOME/.pyenv/bin/pyenv install 3.7.3
echo '\n\n#pyenv config ###\n' >> ~/.bashrc
echo 'export PATH="$HOME/.pyenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(pyenv init -)"' >> ~/.bashrc
echo 'eval "$(pyenv virtualenv-init -)"' >> ~/.bashrc
echo '\n###################\n\n' >> ~/.bashrc
source ~/.bashrc
fi
fi