Advertisement
RebelRose

special env from bb

Mar 4th, 2025
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.67 KB | None | 0 0
  1. virtualenv (add new enviorment name)
  2.  
  3. virtualenv D34D₹⁰S3
  4.  
  5. ~ master*
  6. RosieRebs ❯ virtualenv D34D₹⁰S3
  7. created virtual environment CPython3.12.9.final.0-64 in 2040ms
  8.   creator CPython3Posix(dest=/data/data/com.termux/files/home/D34D₹⁰S3, clear=False, no_vcs_ignore=False, global=False)
  9.   seeder FromAppData(download=False, pip=bundle, via=copy, app_data_dir=/data/data/com.termux/files/home/.local/share/virtualenv)
  10.     added seed packages: pip==25.0.1
  11.   activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
  12. source D34D₹⁰S3/bin/activate
  13.  
  14. cd D34D₹⁰S3
  15.  
  16. only runs one env round cause fancy script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement