Opened 11 years ago

Closed 11 years ago

#19455 closed Uncategorized (invalid)

/home/my/Programm deleted from python-virtualenv!

Reported by: kausalinverse@… Owned by: nobody
Component: Python 3 Version: 1.4-rc-2
Severity: Normal Keywords: Deleted python-virtualenv ?
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I wanted to install django on a share host. So I set up an virtualenviroment on my local Ubuntu 12.04.

sudo apt-get install python-virtualenv
virtualenv djangoenv
djangoenv/bin/easy_install django

and so on...

After that I recognize /home/my/Programm was deleted!!!!
I hope I did something wrong!

Change History (2)

comment:1 by anonymous, 11 years ago

comment:2 by Aymeric Augustin, 11 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top