1

fix py paths

This commit is contained in:
Evan Pratten 2023-10-19 14:37:46 -04:00
parent 1d05d201e5
commit e469e4343f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python3
#! /usr/bin/env python
import subprocess
import argparse
import sys

View File

@ -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