Skip to content

Commit

Permalink
fix conda path
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <[email protected]>
  • Loading branch information
kemingy committed Jan 9, 2024
1 parent 16509c6 commit 8e2d33e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vscode/wsl_python/autopep8.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set v_params=%*
set v_params=%v_params:\=/%
set v_params=%v_params:c:=/mnt/c%
set v_params=%v_params:"=\"%
bash.exe -c "/home/keming/miniconda3/bin/autopep8 %v_params%"
bash.exe -c "/opt/conda/bin/autopep8 %v_params%"
2 changes: 1 addition & 1 deletion vscode/wsl_python/pylint.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set v_params=%*
set v_params=%v_params:\=/%
set v_params=%v_params:c:=/mnt/c%
set v_params=%v_params:"=\"%
bash.exe -c "/home/keming/miniconda3/bin/flake8 %v_params%"
bash.exe -c "/opt/conda/bin/flake8 %v_params%"
2 changes: 1 addition & 1 deletion vscode/wsl_python/python3.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set v_params=%*
set v_params=%v_params:\=/%
set v_params=%v_params:c:=/mnt/c%
set v_params=%v_params:"=\"%
bash.exe -c "/home/keming/miniconda3/bin/python %v_params%"
bash.exe -c "/opt/conda/bin/python %v_params%"

0 comments on commit 8e2d33e

Please sign in to comment.