Wednesday, July 13, 2016

I am not sure what “: command not found” means when I run virtualenvwrapper mkvirtualenv command

I am learning Linux and how to set-up a Django environment for the first time. I am not sure what ": command not found" means when I run virtualenvwrapper commands. Below is the command line sequence:

    root@intranet-django:/home/lv/# workon
    root@intranet-django:/home/lv/# mkvirtualenv temp
    Using base prefix '/usr'
    New python executable in /root/.virtualenvs/temp/bin/python3
    Also creating executable in /root/.virtualenvs/temp/bin/python
    Installing setuptools, pip, wheel…done
    :command not found
    root@intranet-django:/home/lv/# workon
    temp
    root@intranet-django:/home/lv/#

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8161687f-10f4-4534-8ac2-a880c36e03a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment