...every time I open a terminal, that is. As I understand it, .profile is 
the file to edit in Linux Mint, and it does exist, with some basic code in 
it, in my home dir. So, per this 
tutorial<http://virtualenvwrapper.readthedocs.org/en/latest/install.html>, 
I added the following to .profile:

export WORKON_HOME=$HOME/.virtualenvs
export PROJECT_HOME=$HOME/Devel
source /usr/local/bin/virtualenvwrapper.sh

But I still have to run $ source ~/.profile before I can run workon and the 
rest. I went
so far as to reboot, even...


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/3149ab9f-b559-42e1-aded-1cbc580b9cc8%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to