I want to activate my virtualenv via jenkins. But I am facing problems in 
that.

Here are the commands,

    cd /home/luvpreet/Desktop/vogo/influxdata
    source /usr/local/bin/virtualenvwrapper.sh
    workon influxdata
    ./manage.py test

And I am getting this error,

    + echo 'ERROR: Environment '\''influxdata'\'' does not exist. Create it 
with '\''mkvirtualenv influxdata'\''.'
    ERROR: Environment 'influxdata' does not exist. Create it with 
'mkvirtualenv influxdata'.
    + return 1

The shell executable is `/bin/bash`

It is saying that influxdata virtualenv does not exist, but it does.

Why it is showing this ? How can I run my virtualenv ? 

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/4162c1b2-9af6-41ae-b8b4-1a50c771258f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to