We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 142d78c + 1839c7c commit c7b3660Copy full SHA for c7b3660
sections/python-intro.qmd
@@ -55,7 +55,7 @@ First we will create a `.bash_profile` file to create variables that point to th
55
- Paste this text into the file:
56
57
```{.bash}
58
-export VIRTUALENVWRAPPER_VIRTUAWORKON_HOME=$HOME/.virtualenvs
+export VIRTUALENVWRAPPER_WORKON_HOME=$HOME/.virtualenvs
59
source /usr/share/virtualenvwrapper/virtualenvwrapper.sh
60
```
61
0 commit comments