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

virtual environments #1

Open
ariedamuco opened this issue Mar 18, 2022 · 2 comments
Open

virtual environments #1

ariedamuco opened this issue Mar 18, 2022 · 2 comments

Comments

@ariedamuco
Copy link
Owner

pip install virtualenv
mkdir my_new_project
cd mynew_project
virtualenv my_env
source my_env/bin/activate
*your environment should be activated and visible on the prompt (my_env)$. You can start installing packages with pip
pip install name_package_you'd like to install
*to deactivate write deactivate in your command line
deactivate

@ariedamuco
Copy link
Owner Author

@ariedamuco
Copy link
Owner Author

@github-staff github-staff deleted a comment from p4u1d34n Oct 24, 2024
@github-staff github-staff deleted a comment from p4u1d34n Oct 24, 2024
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

2 participants
@ariedamuco and others