PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Monday the 28th of April, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[12:54:49] <rahulsccl> Hi, I'm using virtualenvwrapper. I want to know the path to commands "mkvirtualenv, deactivate" because I'm able to run them from my command line but it's not working when executed with bash and sh it says command not found
[12:56:58] <mgedmin> I think these are aliases or shell functions
[12:57:04] <mgedmin> try 'type mkvirtualenv'
[12:57:54] <rahulsccl> mgedmin: yeah, a function is displayed
[12:59:22] <rahulsccl> mgedmin: do you have any idea how to execute it using sh or bash prompt ?
[13:00:11] <mgedmin> I don't use virtualenvwrapper
[13:01:25] <rahulsccl> mgedmin: Thanks a lot for your help.
[13:29:52] <Ivo> mgedmin: you need to source the virtualenvwrapper script in your sh scripts
[13:30:38] <Ivo> for me it's /usr/bin/virtualenvwrapper.sh
[13:33:03] <mgedmin> not I, rahulsccl :)
[14:24:39] <Ivo> ah right, ya rahulsccl ^
[14:25:49] <rahulsccl> Ivo: Thanks, resolved the problem.