0
I have below script to set me in my project:-
#! /bin/zsh
source ~/.zshrc
crld #alias for Project base
cd Kenneth_Love/survivalguide
workon kenneth_tutorial
This script works but doesn't drop me in virtualenv(alias is properly set)
Virtualenv as the name suggests create virtualenv which is used to keep environment separately manageable and so it doesn't interfere with each other for example somewhere you want x version of a package and for other project you want Y, so it makes doing that easy. Running above script commands is repetitive task, but this script run under different session and then exit. I want it to run on the same shell env where I am calling this script.
virtualenv
appears not to be a frequently-discussed topic in this community. Can you please explain briefly what it is, and describe more specifically what the script does and does not do (what do you want it to do?), and what alias you're talking about? Please do not respond in comments; [edit] your question to make it clearer and more complete. – G-Man Says 'Reinstate Monica' – 2016-03-27T08:11:17.250