Skip to content

Commit c7b3660

Browse files
authored
Merge pull request #24 from justinkadi/2025-04-arctic
Fixing .bash_profile typo
2 parents 142d78c + 1839c7c commit c7b3660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sections/python-intro.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ First we will create a `.bash_profile` file to create variables that point to th
5555
- Paste this text into the file:
5656

5757
```{.bash}
58-
export VIRTUALENVWRAPPER_VIRTUAWORKON_HOME=$HOME/.virtualenvs
58+
export VIRTUALENVWRAPPER_WORKON_HOME=$HOME/.virtualenvs
5959
source /usr/share/virtualenvwrapper/virtualenvwrapper.sh
6060
```
6161

0 commit comments

Comments
 (0)