fix py paths
This commit is contained in:
parent
1d05d201e5
commit
e469e4343f
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env python3
|
||||
#! /usr/bin/env python
|
||||
import subprocess
|
||||
import argparse
|
||||
import sys
|
||||
|
@ -16,4 +16,4 @@ export PATH="$HOME/.local/bin:$PATH"
|
||||
export PS1="(bash) \[\e[0;32m\]\u@\h \[\e[0;36m\]\w \[\e[0;36m\]\$ \[\e[0m\]"
|
||||
|
||||
# If found, load studio python
|
||||
[[ -d "/c/Programs/software/win/core/python/python_3.7.7" ]] && export PATH="/c/Programs/software/win/core/python/python_3.7.7:$PATH"
|
||||
if [ -d "/c/Programs/software/win/core/python/python_3.7.7" ]; then export PATH="/c/Programs/software/win/core/python/python_3.7.7:$PATH"; fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user