pyenv: replace hard path by environment variable

* Replaces the python virtualenv hard path by the $HOME environment
  variable in order to adapt to the user setting.
* Corrects a github URL to avoid the gitmemory one.

Co-Authored-by: iGor milhit <igor@milhit.ch>
main
iGor milhit 2022-02-25 16:19:55 +01:00
parent 0645bda9f4
commit a27cc282bd
Signed by: igor
GPG Key ID: 692D97C3D0228A99
2 changed files with 2 additions and 2 deletions

View File

@ -113,5 +113,5 @@ pyenv deactivate
[4]: /requirements [4]: /requirements
[5]: https://www.nordtheme.com/ports/vim [5]: https://www.nordtheme.com/ports/vim
[7]: https://github.com/junegunn/vim-plug#installation [7]: https://github.com/junegunn/vim-plug#installation
[8]: https://www.gitmemory.com/ryanoasis/nerd-fonts [8]: https://www.github.com/ryanoasis/nerd-fonts
[9]: https://github.com/pyenv/pyenv-installer [9]: https://github.com/pyenv/pyenv-installer

View File

@ -243,7 +243,7 @@ let g:coc_filetype_map = { 'pandoc': 'markdown' } " Al
" ######################################### " #########################################
" ######################################### " #########################################
" Python provider in a pyenv " Python provider in a pyenv
let g:python3_host_prog='/home/igor/.pyenv/versions/neovim3/bin/python' let g:python3_host_prog='$HOME/.pyenv/versions/neovim3/bin/python'
" Imports sorting " Imports sorting
let g:isort_command='isort' let g:isort_command='isort'