Are you talking about a Scripts/ directory like you would find under Windows ?
Virtualenv under Linux will store any generated scripts in the virtenv's bin/ directory. Once activated, the virtual environment will run any scripts in that bin/ dir. before reaching for sys.-wide scripts. Check it out with the command: "which python" or "which paster" for exanple. Hope this helps Alexandre Le 23 avr. 2010, 5:09 PM, "BrendanC" <[email protected]> a écrit : Just installed Pylons on Linux (per easy-install - I ran virtualenv first) to check it out - first thing I see is that the Scripts directory is nowhere to be found - so am suspecting that something went wrong. I did not install as root (should I?). Should I reinstall - did I miss something? Is there a good way to check that everything is OK with a new install. TIA, BrendanC -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]<pylons-discuss%[email protected]> . For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
