chop-dbhi/harvest

harvest init with --verbose and --no-env not working

Closed this issue · 1 comments

Steps Taken to Produce the Error:

  1. Create a directory
  2. Cd to new directory
  3. Run: virtualenv --no-site-packages python-environment
  4. Activate the virtual environment just created
  5. Go back up and create another directory that is on the same level as the first directory created in these steps.
  6. CD into the directory created in step 5.
  7. Run: harvest init --verbose --no-env audgendb

Result:

Setting up project 'audgendb'...
Error: Cannot create environment '.'. A directory with the same already exists.

This has been fixed. Run harvest update to update to 0.9.15b1 and then run harvest init --no-env audgendb in your environment.
On Nov 15, 2012, at 4:38 PM, ldavidson notifications@github.com wrote:

Steps Taken to Produce the Error:

• Create a directory
• Cd to new directory
• Run: virtualenv --no-site-packages python-environment
• Activate the virtual environment just created
• Go back up and create another directory that is on the same level as the first directory created in these steps.
• CD into the directory created in step 5.
• Run: harvest init --verbose --no-env audgendb
Result:

Setting up project 'audgendb'...
Error: Cannot create environment '.'. A directory with the same already exists.


Reply to this email directly or view it on GitHub.