Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Just a User #20

Closed
guy15s opened this issue Nov 13, 2014 · 1 comment
Closed

Just a User #20

guy15s opened this issue Nov 13, 2014 · 1 comment

Comments

@guy15s
Copy link

guy15s commented Nov 13, 2014

Hey. Almost got the program running, but it seems I need a bit of code knowledge that I don't have and I'm not finding it in a readme. When I run shreddit in the virtualenv, I get the error

File "shreddit.py", line 140, in
replacement_text = get_sentence<>
NameError:name 'get_sentence' is not defined

I'm using python 34 and have updated pip and I believe I successfully updated virtualenv. Not sure. I also seem to be getting lost at "Run the following command, you must run this every time you wish to run the script source ./bin/activate" What command? I try to run ./bin/activate with python, can't find it. Source isn't recognized as a valid command by Windows or if I put it after python, it can't find "source." If it is the next command, the requirements.txt, then I was able to install that using pip.

Anyways, thanks for any of the help. I'm almost there! Sorry if this isn't the best place to ask. Github is really confusing for me. I just want to delete comments! :p

@silentiumsi
Copy link

be sure that you are running activate in the 'virtualenv' directory.

'./bin/activate' 

assumes you are already in your virtualenv directory, if not, you must specify the directory.

Example:

virtualenv venv

This would create a venv directory containing the virtualenv files.

source venv/bin/activate

Would then be used to activate this virtual environment.

@x89 x89 closed this as completed Jun 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants