python: Download and install pip

This commit is contained in:
2020-11-02 23:33:46 +11:00
parent d8b32f66d1
commit 2a2fc4b258
4 changed files with 23 additions and 4 deletions
+2 -2
View File
@@ -211,8 +211,8 @@ noremap <C-F> :<C-U><C-R>=printf("Leaderf! rg -e %s ", expand("<cword>"))<CR>
" Clang Format
" ==============================================================================
if s:running_windows
map <C-I> :pyf $home\.vim\clang-format.py<CR>
imap <C-I> <ESC>:pyf $home\.vim\clang-format.py<CR>i
map <C-I> :py3f $home\.vim\clang-format.py<CR>
imap <C-I> <ESC>:py3f $home\.vim\clang-format.py<CR>i
else
map <C-I> :py3f ~/.vim/clang-format.py<CR>
imap <C-I> <ESC>:py3f ~/.vim/clang-format.py<CR>i
+2 -2
View File
@@ -17,8 +17,8 @@
:: %ccall% "/customOption" "command/program"
@echo off
set PATH=%cmder_root%\bin\python;%PATH%
set PATH=%cmder_root%\bin\python;%cmder_root%\bin\python\Scripts;%PATH%
set HOME=%cmder_root%\..\Home
set HOMEPATH=%cmder_root%\..\Home
set USERPROFILE=%cmder_root%\..\Home
alias gvim=%cmder_root%\..\GVim\gVimPortable.exe $*
alias gvim=%cmder_root%\..\GVim\gVimPortable.exe $*
+5
View File
@@ -0,0 +1,5 @@
python36.zip
.
# Uncomment to run site.main() automatically
import site