/usr/local/bin/virtualenvwrapper.sh is missing in the package

Bug #1088418 reported by Serdar Dalgic
20
This bug affects 4 people
Affects Status Importance Assigned to Milestone
virtualenvwrapper (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

/usr/local/bin/virtualenvwrapper.sh is crucial for adding the shell startup for virtualenvwrapper. See http://virtualenvwrapper.readthedocs.org/en/latest/install.html#shell-startup-file

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

I can not source /usr/local/bin/virtualenvwrapper.sh thus I can not use the mkvirtualenv shell function.

when I install using pip, virtualenvwrapper.sh comes, however it is not included in the ubuntu package.

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in virtualenvwrapper (Ubuntu):
status: New → Confirmed
Revision history for this message
David Sanchez (armazd) wrote :

The virtualenvwrapper.sh file has been moved to /usr/share/virtualenvwrapper/. A temporary fix might be to create a symbolic link into the /usr/local/bin directory.

Revision history for this message
Facundo Quiroga (facundoq) wrote :

I added "source /usr/share/virtualenvwrapper/virtualenvwrapper.sh" to my .bashrc, but this change of directory without notice wasted 30' of my time.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.