bin/python
This commit is contained in:
parent
263a2db4a9
commit
e71fc92be5
1 changed files with 1 additions and 1 deletions
2
re.sh
2
re.sh
|
@ -39,7 +39,7 @@ list() {
|
|||
ls -a -l "${1}/${2}"
|
||||
}
|
||||
list_venv() {
|
||||
list "${1}" "bin"
|
||||
list "${1}" "bin/python"
|
||||
}
|
||||
pip_install() {
|
||||
echo
|
||||
|
|
Loading…
Reference in a new issue