Skip to content

Commit

Permalink
update venv.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m4r committed Jan 10, 2024
1 parent d728673 commit ad33caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function print() {

# Enter venv function
function enter_venv() {
print "Entering venv"
print "Entering venv via ${SHELL}"
PATH=$(pwd):$PATH
/usr/bin/env $SHELL
}
Expand Down

0 comments on commit ad33caa

Please sign in to comment.