DistrictDataLabs / baleen

An automated ingestion service for blogs to construct a corpus for NLP research.
MIT License
86 stars 38 forks source link

Baleen add2venv #77

Closed bbengfort closed 7 years ago

bbengfort commented 7 years ago

Update instructions to include add2venv rather than echo $(pwd)

janetriley commented 7 years ago

Please assign to me.

will2041 commented 7 years ago

It's taken me like 20 minutes to figure out I didn't have permissions to do that...

Finally got permissions sorted out, so once you accept the invitation to collaborate, I should be able to assign this to you.

janetriley commented 7 years ago

Thanks, I accepted it.

janetriley commented 7 years ago

In progress.

janetriley commented 7 years ago

add2virtualenv is a virtualenvwrapper command. The instructions are plain vanilla virtualenv.

I retract the bug; please close it.

bbengfort commented 7 years ago

@janetriley well, if you'd like you can make it a virtualenvwrapper instruction ... it's 100% up to you. Also are you not able to close the issue? Let me check your permissions.

bbengfort commented 7 years ago

@janetriley ok, you should be able to close issues; I've given you write permissions to the repository.

janetriley commented 7 years ago

I'm going to close this issue.

The original instructions still work. Python 3.6 has venv built in with the python3 -m venv /path/to/new/virtual/environment command. I don't know how virtualenvwrapper will fit in with 3.6, and I don't want to offer a path unless I know it will be smooth.